We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a6a8a commit 08ea49dCopy full SHA for 08ea49d
1 file changed
.vscode/settings.json
@@ -1,15 +1,16 @@
1
{
2
"objectscript.conn" :{
3
"ns": "DCANALYTICS",
4
+ "username": "_SYSTEM",
5
+ "password": "SYS",
6
"active": true,
7
"docker-compose": {
8
"service": "iris",
9
"internalPort": 52773
10
},
11
"links": {
- "DC-Analytics": "http://localhost:${port}/dsw/index.html#!/?ns=DCANALYTICS"
-
12
+ "DC-Analytics": "http://localhost:${port}/dsw/index.html#/DCANALYTICS"
13
+ }
14
}
- }
15
16
0 commit comments