nonebot2/tests/.env.dev
2020-08-20 15:07:05 +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}