asg_backend/qqbot/appsettings.json
2024-10-19 00:43:22 +08:00

21 lines
324 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information"
}
},
"EventBus": {
"HostName": "127.0.0.1",
"ExchangeName": "qqbot"
},
"Adapters": {
"OneBot": {
"Bots": [
{
"Protocol": "WebSocket",
"Endpoint": "ws://127.0.0.1:8080"
}
]
}
}
}