forked from adam/discord-bot-shtik
Some checks failed
gitea.arg.rip/vassago/pipeline/head There was a failure building this commit
send 2 messages - it'll pull out a channel and complain it's already been attached.
18 lines
402 B
JSON
18 lines
402 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "None"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DiscordTokens": [
|
|
|
|
],
|
|
"TwitchConfigs": [
|
|
],
|
|
"exchangePairsLocation": "assets/exchangepairs.json",
|
|
"DBConnectionString": "Host=azure.club;Database=db;Username=user;Password=password"
|
|
}
|