CatCat/server/.env.example
2026-02-09 16:08:55 +08:00

22 lines
453 B
Plaintext

# Server Configuration
PORT=3000
NODE_ENV=development
# MongoDB Configuration
MONGODB_URI=mongodb://localhost:27017/draw-a-cat
# JWT Configuration
JWT_SECRET=your-jwt-secret-key-here
JWT_EXPIRES_IN=7d
# WeChat Mini Program Configuration
WECHAT_APPID=your-wechat-appid
WECHAT_SECRET=your-wechat-secret
# Cloud Storage Configuration (Aliyun OSS / Tencent COS)
STORAGE_TYPE=local
STORAGE_BUCKET=
STORAGE_REGION=
STORAGE_ACCESS_KEY=
STORAGE_SECRET_KEY=