asg_backend/qqbot/appsettings.json

17 lines
246 B
JSON
Raw Normal View History

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