intersystems / intersystems/Samples-Aviation

Fix the settings.json parameters

Open
#16 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
ObjectScript
Stars
3
Forks
14
PR merge metrics
No merged PRs in 30d

Description

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"
}
}

}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.