chore: 将本地密钥 env 文件加入 gitignore

忽略 apps/api/.env 与 .env.docker,并从仓库移除已跟踪的 API 本地配置。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-12 10:30:11 +08:00
parent db28390be9
commit 83f0f380c5
2 changed files with 6 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
DATABASE_URL=postgresql://thebet365:thebet365@localhost:5432/thebet365
REDIS_URL=redis://localhost:6379
JWT_SECRET=dev-secret-change-in-production
JWT_PLAYER_EXPIRES=24h
JWT_ADMIN_EXPIRES=2h
JWT_AGENT_EXPIRES=8h
PORT=3000
NODE_ENV=development