Files
thebet365/apps/api/.env
Mars b1ef7dc6f9 feat(admin): set /admin base path for reverse proxy deployment
Configure Vite base, Vue Router history, axios baseURL and container
Nginx to serve the admin panel under /admin/ path prefix.

🤖 Generated with [Qoder][https://qoder.com]
2026-06-09 09:18:16 +08:00

9 lines
243 B
Bash

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