mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 01:25:04 +08:00
10 lines
147 B
Plaintext
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}
|