We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e822060 commit 8fc0894Copy full SHA for 8fc0894
3 files changed
.vscode/settings.json
@@ -7,7 +7,7 @@
7
"internalPort": 52773
8
},
9
"links": {
10
- "RESTForms2-UI": "http://localhost:${port}/restforms2-ui/index.html"
+ "DC-Analytics": "http://localhost:${port}/dsw/index.html#!/?ns=DCANALYTICS"
11
12
}
13
Dockerfile
@@ -39,9 +39,8 @@ RUN \
39
write "Modify MDX2JSON application security...",! \
40
set webName = "/mdx2json" \
41
set webProperties("AutheEnabled") = 64 \
42
- set webProperties("MatchRoles")=":%DB_IRISAPP" \
43
- set sc = ##class(Security.Applications).Modify(webName, .webProperties) \
44
-
+ set webProperties("MatchRoles")=":%DB_DCANALYTICS" \
+ set sc = ##class(Security.Applications).Modify(webName, .webProperties)
45
46
SHELL ["/bin/bash", "-c"]
47
src/isc.json other/isc.jsonsrc/isc.json renamed to other/isc.json
0 commit comments