mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +08:00
14 lines
205 B
Plaintext
14 lines
205 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=
|