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