# ============================================================================== # GAMILIT API - ENVIRONMENT VARIABLES # ============================================================================== # Server NODE_ENV=development PORT=3000 # Database DATABASE_URL=postgresql://gamilit_app:password@localhost:5432/gamilit_db # Redis REDIS_URL=redis://localhost:6379 # JWT JWT_SECRET=your-super-secret-jwt-key-min-32-characters JWT_EXPIRES_IN=1d JWT_REFRESH_EXPIRES_IN=7d # CORS CORS_ORIGIN=http://localhost:3001,http://gamilit.localhost # Logging LOG_LEVEL=debug