Browse Source

appsettings update

dev
Benjamin Arhen 1 year ago
parent
commit
ab036f9254
  1. 2
      Server/appsettings.json

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

Loading…
Cancel
Save