Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the settings.json parameters #16

Open
Frisle opened this issue Jun 4, 2024 · 0 comments
Open

Fix the settings.json parameters #16

Frisle opened this issue Jun 4, 2024 · 0 comments

Comments

@Frisle
Copy link

Frisle commented Jun 4, 2024

I can't create a PR or a branch, but the settings.json file needs to be updated.

This code will fix the connection issue when installing via github.

`{
"files.associations": {

"Dockerfile*": "dockerfile",
"iris.script": "objectscript"

},
"objectscript.conn" :{
"ns": "USER",
"active": true,
"username": "_SYSTEM",
"password": "SYS",
"docker-compose": {
"service": "iris",
"internalPort": 52773
},
"links": {
"SAMPLES BI in ZEN": "http://localhost:${port}/csp/irisapp/_DeepSee.UserPortal.Home.zen"
}
}

}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant