forked from adam/discord-bot-shtik
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DiscordTokens": [
|
|
|
|
],
|
|
"TwitchConfigs": [
|
|
],
|
|
"exchangePairsLocation": "assets/exchangepairs.json",
|
|
"DBConnectionString": "Host=azure.club;Database=db;Username=user;Password=password"
|
|
}
|