ENV=prod PORT_GATEWAY=8589 PORT_USER=8591 PORT_RIDER=8594 PORT_MERCHANT=8597 PORT_PLATFORM=8599 PORT_MYSQL=3306 PORT_REDIS=6379 PORT_NGINX_HTTP=80 PORT_NGINX_HTTPS=443 DB_NAME=fzx_prod DB_USER=fzx_prod DB_PASS=prod_StrongPass_2026 DB_ROOT=root_StrongPass_2026 REDIS_PASS=redis_prod_StrongPass_2026 JWT_SECRET=prod_ultra_secure_jwt_secret_2026 SSL_CERT_PATH=/etc/nginx/ssl/server.crt SSL_KEY_PATH=/etc/nginx/ssl/server.key DOMAIN_MAIN=fengzhongxing.com DOMAIN_BACKUP=fengqiliu.cn # HMAC 签名密钥配置 PLATFORM_HMAC_SECRET=platform_secure_hmac_key_2026 MERCHANT_HMAC_SECRET=merchant_secure_hmac_key_2026 USER_HMAC_SECRET=user_secure_hmac_key_2026 ORDER_HMAC_SECRET=order_secure_hmac_key_2026 # JWT 补充密钥 PLATFORM_JWT_SECRET=platform_secure_jwt_key_2026 MERCHANT_JWT_SECRET=merchant_secure_jwt_key_2026