mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-28 08:41:29 +00:00
add log and config docs
This commit is contained in:
@ -3,7 +3,7 @@ HOST=0.0.0.0
|
||||
PORT=2333
|
||||
DEBUG=true
|
||||
|
||||
COMMAND_START={"", "/", "#"}
|
||||
COMMAND_SEP={"/", "."}
|
||||
COMMAND_START=["", "/", "#"]
|
||||
COMMAND_SEP=["/", "."]
|
||||
|
||||
CUSTOM_CONFIG={"custom": 1}
|
||||
|
Reference in New Issue
Block a user