We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee0948 commit eafc533Copy full SHA for eafc533
2 files changed
.vscode/settings.json
@@ -5,7 +5,7 @@
5
},
6
"objectscript.conn.active": true,
7
"objectscript.conn.version": 3,
8
- "objectscript.conn.ns": "USER",
+ "objectscript.conn.ns": "IRISAPP",
9
"objectscript.conn.port": 52773,
10
"objectscript.export.addCategory": true
11
Dockerfile-web
@@ -23,7 +23,6 @@ RUN \
23
set webName = "/csp/irisweb" \
24
set webProperties("NameSpace") = "IRISAPP" \
25
set webProperties("Enabled") = 1 \
26
- set webProperties("IsNameSpaceDefault") = 1 \
27
set webProperties("CSPZENEnabled") = 1 \
28
set webProperties("AutheEnabled") = 32 \
29
set webProperties("iKnowEnabled") = 1 \
0 commit comments