constellation-api/CH.Api/appsettings.json

23 lines
364 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Database": {
"ConnectionString": ""
},
"JwtBearer": {
"Authority": ""
},
"Swagger": {
"Enable": false,
"AuthorizationUrl": "",
"TokenUrl": "",
"ClientId": "",
"ClientSecret": ""
}
}