Skip to content

Commit

Permalink
add config for dsw
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 committed Aug 26, 2020
1 parent 8b9114b commit 438c6e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/


6 changes: 6 additions & 0 deletions dsw/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"namespace": "DCANALYTICS",
"endpoints": {
"mdx2json": "MDX2JSON"
}
}

0 comments on commit 438c6e8

Please sign in to comment.