mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 09:05:04 +08:00
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
DRIVER=nonebot.drivers.fastapi
|
|
HOST=0.0.0.0
|
|
PORT=2333
|
|
DEBUG=true
|
|
|
|
COMMAND_START=["", "/", "#"]
|
|
COMMAND_SEP=["/", "."]
|
|
|
|
CUSTOM_CONFIG1=config in env
|
|
CUSTOM_CONFIG3=
|