diff --git a/.vscode/settings.json b/.vscode/settings.json index 5c922d0..79bf4d8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,13 @@ { "objectscript.conn": - { + { "active": true, - "host": "localhost", - "port": 52785, "username": "SuperUser", "password": "SYS", - "ns": "INTEROP" + "ns": "INTEROP", + "docker-compose": { + "service": "iris", + "internalPort": 52773 + } } } \ No newline at end of file