20 lines
293 B
TOML
20 lines
293 B
TOML
# CellBot Configuration
|
|
|
|
[server]
|
|
host = "0.0.0.0"
|
|
port = 8080
|
|
|
|
[log]
|
|
level = "info"
|
|
output = "logs/cellbot.log"
|
|
max_size = 100 # MB
|
|
max_backups = 3
|
|
max_age = 7 # days
|
|
|
|
[protocol]
|
|
name = "onebot12"
|
|
version = "1.0"
|
|
|
|
[protocol.options]
|
|
# OneBot12 specific options can be added here
|