From e367670c847b979e803be5a83248f20067a815b5 Mon Sep 17 00:00:00 2001 From: barhen Date: Fri, 22 Dec 2023 16:37:31 -0500 Subject: [PATCH] added references to System.IdentityModel.Tokens.Jwt" Version="6.30.1 for cloud deployment --- Client/Biskilog Accounting.Client.csproj | 1 + Client/wwwroot/index.html | 1 + Server/Biskilog Accounting.Server.csproj | 1 + Server/appsettings.json | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Client/Biskilog Accounting.Client.csproj b/Client/Biskilog Accounting.Client.csproj index d1f797c..4507b4f 100644 --- a/Client/Biskilog Accounting.Client.csproj +++ b/Client/Biskilog Accounting.Client.csproj @@ -25,6 +25,7 @@ + diff --git a/Client/wwwroot/index.html b/Client/wwwroot/index.html index 19cdfc5..7b238b0 100644 --- a/Client/wwwroot/index.html +++ b/Client/wwwroot/index.html @@ -5,6 +5,7 @@ Biskilog Accounting + diff --git a/Server/Biskilog Accounting.Server.csproj b/Server/Biskilog Accounting.Server.csproj index 02e123a..e865a78 100644 --- a/Server/Biskilog Accounting.Server.csproj +++ b/Server/Biskilog Accounting.Server.csproj @@ -31,6 +31,7 @@ + diff --git a/Server/appsettings.json b/Server/appsettings.json index 5331a5f..a8a49da 100644 --- a/Server/appsettings.json +++ b/Server/appsettings.json @@ -6,7 +6,7 @@ } }, "ConnectionStrings": { - "Connection": "server=54.37.19.162;database=dev_biskilogclients;user=biskilog;password=mefbuk-6niFsu-fytrew;AllowZeroDateTime=True;", + "Connection": "server=54.37.19.162;database=prod_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": "*",