-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
HOST=0.0.0.0 # 配置 NoneBot 监听的 IP / 主机名 | ||
PORT=8080 # 配置 NoneBot 监听的端口 | ||
COMMAND_START=["#"] # 配置命令起始字符 | ||
COMMAND_SEP=["."] # 配置命令分割字符 | ||
HOST=0.0.0.0 | ||
PORT=8080 | ||
COMMAND_START=["#"] | ||
COMMAND_SEP=["."] | ||
|
||
CAMPUX_API="https://sample.com" # 配置 Campux API 地址 | ||
CAMPUX_TOKEN="campux" # 配置 Campux Token | ||
CAMPUX_API="https://sample.com" | ||
CAMPUX_TOKEN="campux" | ||
CAMPUX_REDIS_ADDR="localhost:6379" | ||
CAMPUX_REDIS_PASSWORD="" | ||
CAMPUX_REDIS_PUBLISH_POST_STREAM="campux_publish_post" | ||
CAMPUX_REDIS_PUBLISH_POST_STREAM="campux_publish_post" | ||
CAMPUX_HELP_MESSAGE="填写未匹配指令时的帮助信息" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters