From ab036f9254fb06fdb86ed91703d5334ab1102ef6 Mon Sep 17 00:00:00 2001 From: barhen Date: Fri, 22 Dec 2023 16:37:55 -0500 Subject: [PATCH] appsettings update --- Server/appsettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/appsettings.json b/Server/appsettings.json index a8a49da..5331a5f 100644 --- a/Server/appsettings.json +++ b/Server/appsettings.json @@ -6,7 +6,7 @@ } }, "ConnectionStrings": { - "Connection": "server=54.37.19.162;database=prod_biskilogclients;user=biskilog;password=mefbuk-6niFsu-fytrew;AllowZeroDateTime=True;", + "Connection": "server=54.37.19.162;database=dev_biskilogclients;user=biskilog;password=mefbuk-6niFsu-fytrew;AllowZeroDateTime=True;", "PrivateConnection": "server={0};database={1};user=biskilog;password=mefbuk-6niFsu-fytrew;default command timeout=0;AllowZeroDateTime=True;" }, "AllowedHosts": "*",