Skip to content

Commit 438c6e8

Browse files
committed
add config for dsw
1 parent 8b9114b commit 438c6e8

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,7 @@ RUN \
4545

4646
SHELL ["/bin/bash", "-c"]
4747

48-
COPY /dsw/dcanalytics.json /usr/irissys/csp/dsw/configs/
48+
COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /dsw/dcanalytics.json /usr/irissys/csp/dsw/configs/
49+
COPY --chown=${ISC_PACKAGE_MGRUSER}:${ISC_PACKAGE_IRISGROUP} /dsw/config.json /usr/irissys/csp/dsw/
50+
4951

dsw/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"namespace": "DCANALYTICS",
3+
"endpoints": {
4+
"mdx2json": "MDX2JSON"
5+
}
6+
}

0 commit comments

Comments
 (0)