Procházet zdrojové kódy

updated conn string

pull/20/head
meris.ahmatovic před 3 roky
rodič
revize
2dba4cd00e

+ 1
- 1
Diligent.WebAPI.Host/appsettings.Development.json Zobrazit soubor

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"WebApi": "Server=192.168.88.105;Database=HRCenter;User Id=hrcentar;Password=;"
"WebApi": "Server=192.168.88.105;Database=HRCenter;User Id=hrcentar;Password="
},
"Authorization": {
"JwtExpiredTime": "5",

+ 1
- 1
Diligent.WebAPI.Host/appsettings.json Zobrazit soubor

@@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"WebApi": "Server=192.168.88.105;Database=HRCenter;User Id=hrcentar;Password=;"
"WebApi": "Server=192.168.88.105;Database=HRCenter;User Id=hrcentar;Password="
},
"Authorization": {
"JwtExpiredTime": "5",

Načítá se…
Zrušit
Uložit