Files
gpw_next/GPW.CORE.WRKLOG/appsettings.json
T
2022-01-28 07:25:23 +01:00

15 lines
440 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.WRKLOG;",
"Redis": "localhost:6379"
},
"VetoIns": "true"
}