From dec0158779a0373dab098d288a9faf497c36145a Mon Sep 17 00:00:00 2001 From: Dmitrij Vladimirov <47441164+Frisle@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:21:34 +0500 Subject: [PATCH] ADD: user credentials for convenience --- .vscode/settings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bf7f7fa..90bb560 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,6 +6,8 @@ "objectscript.conn" :{ "ns": "IRISAPP", "active": true, + "username": "_SYSTEM", + "password": "SYS", "docker-compose": { "service": "iris", "internalPort": 52773 @@ -15,4 +17,4 @@ -} \ No newline at end of file +}