From 438c6e8088480210eb4c8f129e91c3726c1bb506 Mon Sep 17 00:00:00 2001 From: Sam Gamgee Date: Wed, 26 Aug 2020 20:25:31 +1000 Subject: [PATCH] add config for dsw --- Dockerfile | 4 +++- dsw/config.json | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 dsw/config.json diff --git a/Dockerfile b/Dockerfile index 9d4784d..b7532f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,5 +45,7 @@ RUN \ SHELL ["/bin/bash", "-c"] -COPY /dsw/dcanalytics.json /usr/irissys/csp/dsw/configs/ +COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /dsw/dcanalytics.json /usr/irissys/csp/dsw/configs/ +COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /dsw/config.json /usr/irissys/csp/dsw/ + diff --git a/dsw/config.json b/dsw/config.json new file mode 100644 index 0000000..15a24e3 --- /dev/null +++ b/dsw/config.json @@ -0,0 +1,6 @@ +{ + "namespace": "DCANALYTICS", + "endpoints": { + "mdx2json": "MDX2JSON" + } +} \ No newline at end of file