constellation-api/CH.Api/appsettings.json

37 lines
526 B
JSON

{
"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": ""
}
}