nonebot2/tests/.env.dev

10 lines
147 B
Plaintext
Raw Normal View History

2020-07-04 22:51:10 +08:00
DRIVER=nonebot.drivers.fastapi
HOST=0.0.0.0
PORT=2333
DEBUG=true
2020-08-18 17:24:49 +08:00
2020-08-20 15:07:05 +08:00
COMMAND_START=["", "/", "#"]
COMMAND_SEP=["/", "."]
2020-08-18 17:24:49 +08:00
2020-08-06 17:54:55 +08:00
CUSTOM_CONFIG={"custom": 1}