hulai-admin-api/.env.example
刘涛 8c0a5f489d Initial commit: hulai admin API backend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 22:01:23 +08:00

8 行
311 B
Plaintext

DATABASE_URL=mysql+pymysql://root:password@localhost:3306/hulai_admin?charset=utf8mb4
JWT_SECRET_KEY=change-this-to-a-random-secret-key
JWT_ALGORITHM=HS256
JWT_EXPIRE_MINUTES=480
NUXT_DATA_PATH=/path/to/hulai-website/data
NUXT_PROJECT_PATH=/path/to/hulai-website
UPLOAD_DIR=/path/to/hulai-website/public/images