21 lines
643 B
Bash
21 lines
643 B
Bash
# 复制为 services/metadata/.env.local 后按需覆盖。
|
|
|
|
NETEASE_HOST="127.0.0.1"
|
|
NETEASE_PORT="3000"
|
|
|
|
QQ_HOST="127.0.0.1"
|
|
QQ_PORT="3300"
|
|
|
|
# 如果你想切换到自己的 fork 或镜像,可以覆盖下面这些值。
|
|
# NETEASE_SOURCE_TYPE="git"
|
|
# NETEASE_REPO_URL="https://github.com/your-org/NeteaseCloudMusicApi.git"
|
|
# NETEASE_REF="your-commit-or-tag"
|
|
# NETEASE_PACKAGE_NAME="NeteaseCloudMusicApi"
|
|
# NETEASE_PACKAGE_VERSION="4.28.0"
|
|
# QQ_REPO_URL="https://github.com/your-org/qq-music-api.git"
|
|
# QQ_REF="your-commit-or-tag"
|
|
|
|
# status.sh 的搜索探针会用这组关键字。
|
|
SEARCH_SMOKE_KEYWORDS="周杰伦"
|
|
SEARCH_SMOKE_LIMIT="3"
|