Explorar el Código

updated conn string

pull/20/head
meris.ahmatovic hace 3 años
padre
commit
2dba4cd00e

+ 1
- 1
Diligent.WebAPI.Host/appsettings.Development.json Ver fichero

@@ -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 Ver fichero

@@ -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",

Cargando…
Cancelar
Guardar