Files
PetriePanel/Web/appsettings.json
2021-10-13 20:39:11 -04:00

16 lines
294 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"oidc" : {
"authority" : "https://dummy.dummy",
"client_id": "id",
"client_secret": "secret"
}
}