nonebot2/tests/.env.dev

10 lines
147 B
Plaintext
Raw Normal View History

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