mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 17:15:05 +08:00
25 lines
447 B
Plaintext
25 lines
447 B
Plaintext
DRIVER=nonebot.drivers.fastapi:Driver
|
|
HOST=0.0.0.0
|
|
PORT=2333
|
|
DEBUG=true
|
|
LOG_LEVEL=DEBUG
|
|
|
|
SUPERUSERS=["123123123"]
|
|
NICKNAME=["bot"]
|
|
|
|
COMMAND_START=["", "/", "#"]
|
|
COMMAND_SEP=["/", "."]
|
|
|
|
CUSTOM_CONFIG1=config in env
|
|
CUSTOM_CONFIG3=
|
|
|
|
# CQHTTP_WS_URLS={"123123123": "ws://127.0.0.1:6700/"}
|
|
|
|
MIRAI_AUTH_KEY=12345678
|
|
MIRAI_HOST=127.0.0.1
|
|
MIRAI_PORT=8080
|
|
|
|
APP_ID=111111111111
|
|
APP_SECRET=222222222222222222
|
|
VERIFICATION_TOKEN=3333333333333333333333333333
|