constellation-api/CH.Api/appsettings.json

37 lines
526 B
JSON
Raw Permalink 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": ""
},
"CoinMarketCap": {
"ApiUrl": "",
"ApiKey": ""
},
"CoinGecko": {
"ApiUrl": "",
"ApiKey": ""
},
"HydroQuebec": {
"ApiUrl": ""
2025-01-02 17:53:38 -05:00
}
}