This repository has been archived on 2023-06-01. You can view files and clone it, but cannot push or open issues or pull requests.
discord-bot-shtik/appsettings.json

17 lines
345 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",
"DBConnectionString": "Host=localhost;Database=db;Username=db;Password=db"
}