23 lines
357 B
Bash
23 lines
357 B
Bash
# Database
|
|
DATABASE_URL=mysql://user:password@localhost:3306/inchstep
|
|
|
|
# JWT
|
|
JWT_SECRET=your-secret-key-here
|
|
|
|
# Redis
|
|
REDIS_URL=redis://localhost:6379
|
|
|
|
# S3 / OSS (avatar uploads)
|
|
S3_BUCKET=inchstep-assets
|
|
S3_REGION=ap-northeast-1
|
|
S3_ACCESS_KEY=
|
|
S3_SECRET_KEY=
|
|
|
|
# WeChat Mini Program
|
|
WX_APPID=
|
|
WX_SECRET=
|
|
|
|
# Push Notification
|
|
JPUSH_APPKEY=
|
|
JPUSH_SECRET=
|