asg_backend/qqbot/appsettings.json

21 lines
324 B
JSON
Raw Normal View History

2024-10-02 17:53:16 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information"
}
},
2024-10-19 00:43:22 +08:00
"EventBus": {
"HostName": "127.0.0.1",
"ExchangeName": "qqbot"
},
2024-10-02 17:53:16 +08:00
"Adapters": {
"OneBot": {
"Bots": [
{
"Protocol": "WebSocket",
"Endpoint": "ws://127.0.0.1:8080"
}
]
}
}
}