Skip to content

Commit 08ea49d

Browse files
committed
fix the URL
1 parent e4a6a8a commit 08ea49d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.vscode/settings.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"objectscript.conn" :{
33
"ns": "DCANALYTICS",
4+
"username": "_SYSTEM",
5+
"password": "SYS",
46
"active": true,
57
"docker-compose": {
68
"service": "iris",
79
"internalPort": 52773
810
},
911
"links": {
10-
"DC-Analytics": "http://localhost:${port}/dsw/index.html#!/?ns=DCANALYTICS"
11-
12+
"DC-Analytics": "http://localhost:${port}/dsw/index.html#/DCANALYTICS"
13+
}
1214
}
13-
}
1415

1516
}

0 commit comments

Comments
 (0)