首次提交

This commit is contained in:
zeronline
2026-06-25 08:39:47 +08:00
parent 20a93c703a
commit c5cccd346b
169 changed files with 24720 additions and 0 deletions
+22
View File
@@ -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=