go-bot/config example.toml

10 lines
150 B
TOML
Raw Normal View History

2024-04-23 20:38:37 +08:00
[Server]
APIURL = "0.0.0.0:5580"
POSTURL = "http://0.0.0.0:5700"
[Group]
AllowGroup = []
AllowUser = []
AllowRole = []
BlockGroup = []
BlockUser = []