Files
iqudo-top1/.env.example
2026-08-09 00:29:26 +08:00

11 lines
411 B
Plaintext

APP_HTTP_PORT=18090
GOPROXY=https://goproxy.cn,direct
APP_AUTH_JWT_SECRET=replace-with-at-least-32-random-characters
APP_SEED_ADMIN_USERNAME=admin
APP_SEED_ADMIN_PASSWORD=replace-with-a-strong-initial-password
APP_SEED_ADMIN_DISPLAY_NAME=平台管理员
MYSQL_DATABASE=iqudo_top1
MYSQL_USER=iqudo
MYSQL_PASSWORD=replace-with-a-strong-database-password
MYSQL_ROOT_PASSWORD=replace-with-a-different-root-password