nonebot2/tests/.env.dev

6 lines
93 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-06 09:54:55 +00:00
CUSTOM_CONFIG={"custom": 1}