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