Skip to content

Commit

Permalink
fix the URL
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed Aug 31, 2022
1 parent e4a6a8a commit 08ea49d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"objectscript.conn" :{
"ns": "DCANALYTICS",
"username": "_SYSTEM",
"password": "SYS",
"active": true,
"docker-compose": {
"service": "iris",
"internalPort": 52773
},
"links": {
"DC-Analytics": "http://localhost:${port}/dsw/index.html#!/?ns=DCANALYTICS"

"DC-Analytics": "http://localhost:${port}/dsw/index.html#/DCANALYTICS"
}
}
}

}

0 comments on commit 08ea49d

Please sign in to comment.