nonebot2/tests/.env.dev
2020-08-18 17:25:00 +08:00

10 lines
147 B
Plaintext

DRIVER=nonebot.drivers.fastapi
HOST=0.0.0.0
PORT=2333
DEBUG=true
COMMAND_START={"", "/", "#"}
COMMAND_SEP={"/", "."}
CUSTOM_CONFIG={"custom": 1}