Files
PetriePanel/Web/appsettings.json

16 lines
283 B
JSON

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