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]
9 lines
243 B
Bash
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
|