Skip to content

Commit 8fc0894

Browse files
Evgeny ShvarovEvgeny Shvarov
authored andcommitted
clean up
1 parent e822060 commit 8fc0894

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"internalPort": 52773
88
},
99
"links": {
10-
"RESTForms2-UI": "http://localhost:${port}/restforms2-ui/index.html"
10+
"DC-Analytics": "http://localhost:${port}/dsw/index.html#!/?ns=DCANALYTICS"
1111

1212
}
1313
}

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ RUN \
3939
write "Modify MDX2JSON application security...",! \
4040
set webName = "/mdx2json" \
4141
set webProperties("AutheEnabled") = 64 \
42-
set webProperties("MatchRoles")=":%DB_IRISAPP" \
43-
set sc = ##class(Security.Applications).Modify(webName, .webProperties) \
44-
42+
set webProperties("MatchRoles")=":%DB_DCANALYTICS" \
43+
set sc = ##class(Security.Applications).Modify(webName, .webProperties)
4544

4645
SHELL ["/bin/bash", "-c"]
4746

File renamed without changes.

0 commit comments

Comments
 (0)