forked from adam/discord-bot-shtik
All checks were successful
gitea.arg.rip/vassago/pipeline/head This commit looks good
28 lines
657 B
JSON
28 lines
657 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"
|
|
}
|
|
],
|
|
"KafkaBootstrap":"http://localhost:9092",
|
|
"KafkaName":"vassago"
|
|
}
|