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": "*",