Skip to content

Commit eafc533

Browse files
author
Evgeny Shvarov
committed
fix namespace
1 parent fee0948 commit eafc533

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"objectscript.conn.active": true,
77
"objectscript.conn.version": 3,
8-
"objectscript.conn.ns": "USER",
8+
"objectscript.conn.ns": "IRISAPP",
99
"objectscript.conn.port": 52773,
1010
"objectscript.export.addCategory": true
1111

Dockerfile-web

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ RUN \
2323
set webName = "/csp/irisweb" \
2424
set webProperties("NameSpace") = "IRISAPP" \
2525
set webProperties("Enabled") = 1 \
26-
set webProperties("IsNameSpaceDefault") = 1 \
2726
set webProperties("CSPZENEnabled") = 1 \
2827
set webProperties("AutheEnabled") = 32 \
2928
set webProperties("iKnowEnabled") = 1 \

0 commit comments

Comments
 (0)