constellation-api/CH.Api/appsettings.json

23 lines
364 B
JSON
Raw Normal View History

2025-01-02 17:53:38 -05:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Database": {
"ConnectionString": ""
},
"JwtBearer": {
"Authority": ""
},
"Swagger": {
"Enable": false,
"AuthorizationUrl": "",
"TokenUrl": "",
"ClientId": "",
"ClientSecret": ""
}
}