vassago/appsettings.json
adam 6764acc55f
All checks were successful
gitea.arg.rip/vassago/pipeline/head This commit looks good
kafka messages include UAC match
2025-05-22 11:46:03 -04:00

29 lines
700 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",
"API_URL": "http://localhost:5093/api"
}