chore: 将本地密钥 env 文件加入 gitignore
忽略 apps/api/.env 与 .env.docker,并从仓库移除已跟踪的 API 本地配置。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user