vassago/appsettings.json
adam 2223f82b58
Some checks failed
gitea.arg.rip/vassago/pipeline/head There was a failure building this commit
so abd at keeping these updated
2024-10-31 09:00:05 -04:00

18 lines
595 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"DiscordTokens": [
"OTEzMDAzMDM3MzQ4NDkxMjY0.YZ4KVg.3tvmHHugxcz-8DKGRTi_tKr-Mxg"
],
"TwitchConfigs": [
{ "clientId": "lp7x8wzzwqgbzwebmjtjbdlflcdn0s", "secret": "cmgiy2bfw6uul4snc94k38q4fheat4","username":"magnificentcharamote", "oauth": "oauth:143yx0iwgpwfd2ru5mesk6ovua3nwr"}
],
"exchangePairsLocation": "assets/exchangepairs.json",
"DBConnectionString": "Host=azure.club;Database=db;Username=user;Password=password"
}