Files
SingBox-Gopanel/.env.example
CN-JS-HuiBai 97f0672729
Some checks failed
build / build (api, amd64, linux) (push) Failing after -50s
build / build (api, arm64, linux) (push) Failing after -51s
build / build (api.exe, amd64, windows) (push) Failing after -51s
修复订阅无法正常获取的错误
2026-04-17 23:07:47 +08:00

17 lines
244 B
Plaintext

DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASS=change_me
DB_NAME=xboard
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASS=
REDIS_DB=0
JWT_SECRET=change_me_to_a_long_random_secret
APP_PORT=8080
APP_URL=http://127.0.0.1:8080
LOG_LEVEL=info