forked from adam/discord-bot-shtik
26 lines
586 B
JSON
26 lines
586 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",
|
|
"SetupSlashCommands": false,
|
|
"Webhooks": [
|
|
{
|
|
"uacID": "9a94855a-e5a2-43b5-8420-ce670472ce95",
|
|
"Trigger": "test",
|
|
"Uri": "http://localhost"
|
|
}
|
|
]
|
|
}
|