Files
inchstep/server/.env.development
T
zeronline b01a5f91c3
CI / Server (Go) (push) Has been cancelled
CI / Web (Next.js) (push) Has been cancelled
CI / Mobile (React Native) (push) Has been cancelled
CI / Admin (React) (push) Has been cancelled
CI / Docker Build (push) Has been cancelled
提交修改
2026-06-29 16:49:54 +08:00

19 lines
358 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 寸进后端配置(本地开发)
PORT=8080
# 数据库(本地 MySQL,端口 13306
DB_HOST=127.0.0.1
DB_PORT=13306
DB_USER=root
DB_PASS=123456
DB_NAME=inchstep
# JWT 密钥(生产环境需更换为强随机字符串)
JWT_SECRET=change-me-in-production
# Redis
REDIS_URL=redis://127.0.0.1:6379/0
# 对象存储
S3_BUCKET=inchstep-assets