21 lines
445 B
JSON
21 lines
445 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Security": {
|
|
"DevelopmentBypass": false,
|
|
"DevelopmentUserIsAdmin": false,
|
|
"DevelopmentUserName": "DEV\\TrafagDeveloper",
|
|
"AccessGroups": [
|
|
"TRAFAG\\TrafagSalesExporter-Users",
|
|
"TRAFAG\\TrafagSalesExporter-Admins"
|
|
],
|
|
"AdminGroups": [
|
|
"TRAFAG\\TrafagSalesExporter-Admins"
|
|
]
|
|
}
|
|
}
|