vassago/appsettings.json

18 lines
595 B
JSON
Raw Normal View History

2023-07-03 12:51:23 -04:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DiscordTokens": [
2024-10-31 09:00:05 -04:00
"OTEzMDAzMDM3MzQ4NDkxMjY0.YZ4KVg.3tvmHHugxcz-8DKGRTi_tKr-Mxg"
2023-07-03 12:51:23 -04:00
],
"TwitchConfigs": [
2024-10-31 09:00:05 -04:00
{ "clientId": "lp7x8wzzwqgbzwebmjtjbdlflcdn0s", "secret": "cmgiy2bfw6uul4snc94k38q4fheat4","username":"magnificentcharamote", "oauth": "oauth:143yx0iwgpwfd2ru5mesk6ovua3nwr"}
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
}