intersystems-community / objectscript-package-example

ObjectScript Package example with simplified folder structure
MIT License
1 stars 2 forks source link

Add user credentials in settings for convenience #6

Closed Frisle closed 1 month ago

Frisle commented 1 month ago

{
    "files.associations": {

        "Dockerfile*": "dockerfile",
      },
    "objectscript.conn" :{
      "ns": "IRISAPP",
      "active": true,
      "username": "_SYSTEM",
      "password": "SYS",
      "docker-compose": {
        "service": "iris",
        "internalPort": 52773
      }
    },
    "objectscript.conn.active": true,

}
Frisle commented 1 month ago

Made fork for this repo and made a PR