vassago/appsettings.json

17 lines
354 B
JSON
Raw Normal View History

2023-07-03 12:51:23 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DiscordTokens": [
2023-07-03 12:51:23 -04:00
],
"TwitchConfigs": [
2023-07-03 12:51:23 -04:00
],
"exchangePairsLocation": "assets/exchangepairs.json",
2024-04-05 23:07:48 -04:00
"DBConnectionString": "Host=azure.club;Database=db;Username=user;Password=password"
2023-07-03 12:51:23 -04:00
}