# Backend DATABASE_URL=postgres://dev:dev@localhost:5432/cupoints?sslmode=disable DATABASE_TEST_URL=postgres://dev:dev@localhost:5433/cupoints_test?sslmode=disable REDIS_URL=redis://localhost:6379 JWT_SECRET=your-secret-key-minimum-32-characters-here JWT_ACCESS_TTL=15m JWT_REFRESH_TTL=168h PORT=8082 ENV=development # Frontend NEXT_PUBLIC_API_URL=http://localhost:8082