16 lines
454 B
JSON
16 lines
454 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"NKC.DB": "Server=SQL2016DEV;Database=Sauder_NKC; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=REMAN;",
|
|
"Redis": "localhost:6379"
|
|
},
|
|
"NkcUrl": "https://iis02.egalware.com/NKC/",
|
|
"ZCodeUrl": "https://qrcode.steamware.net/"
|
|
}
|