Files
GPW/GPW.CORE.UI/appsettings.json
T
2022-01-17 17:37:53 +01:00

15 lines
374 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"CodApp": "GPW",
"ConnectionStrings": {
"GPW.DB": "Server=SQLSTEAM;Database=GPW; User ID=sa;Password=keyhammer; integrated security=False; MultipleActiveResultSets=True; App=GPW.CORE.UI;",
"Redis": "localhost:6379"
}
}