Files
GenshinUID/deploy/.env.dev
2022-11-10 22:01:17 +08:00

15 lines
418 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 配置 NoneBot2 监听的 IP/主机名(不建议修改)
HOST=0.0.0.0
# 配置 NoneBot2 监听的端口(不建议修改)
PORT=8080
# 配置 NoneBot 超级用户例如你的QQ号
SUPERUSERS=["123456789"]
# 配置命令起始字符
COMMAND_START=["/", ""]
# 建议别删下面这行
FASTAPI_RELOAD=false
# 建议别删上面这行
更多配置参见https://v2.nonebot.dev/docs/tutorial/configuration