首次提交
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# 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=
|
||||
Reference in New Issue
Block a user