add log and config docs

This commit is contained in:
yanyongyu
2020-08-20 15:07:05 +08:00
parent 1d982fc77b
commit 02ca49f6d0
20 changed files with 488 additions and 68 deletions

View File

@ -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}