From bc04fc9f2028bad25b6c5b592428d4982017e5f0 Mon Sep 17 00:00:00 2001 From: jyelon Date: Mon, 23 Jun 2025 14:25:16 -0400 Subject: [PATCH] Add two more servers --- Integration.code-workspace.tpl.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Integration.code-workspace.tpl.json b/Integration.code-workspace.tpl.json index c406405e..d3b3c7ec 100644 --- a/Integration.code-workspace.tpl.json +++ b/Integration.code-workspace.tpl.json @@ -86,7 +86,9 @@ "configurations": { "for-each": [ { "SERVER" : "Standalone" }, - { "SERVER" : "LocalHost" } + { "SERVER" : "LocalHost" }, + { "SERVER" : "192.168.1.155" }, + { "SERVER" : "192.168.1.156" } ], "body": { "name": "Server=[SERVER]",