Files
vip-coordinator/.env.example
kyle 8ace1ab2c1
Some checks failed
CI/CD Pipeline / Backend Tests (push) Has been cancelled
CI/CD Pipeline / Frontend Tests (push) Has been cancelled
CI/CD Pipeline / Build Docker Images (push) Has been cancelled
CI/CD Pipeline / Security Scan (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
E2E Tests / E2E Tests - ${{ github.event.inputs.environment || 'staging' }} (push) Has been cancelled
E2E Tests / Notify Results (push) Has been cancelled
Dependency Updates / Update Dependencies (push) Has been cancelled
Backup: 2025-07-21 18:13 - I got Claude Code
[Restore from backup: vip-coordinator-backup-2025-07-21-18-13-I got Claude Code]
2026-01-24 09:35:03 +01:00

26 lines
774 B
Plaintext

# VIP Coordinator Environment Configuration
# Copy this file to .env and update the values for your deployment
# Database Configuration
DB_PASSWORD=VipCoord2025SecureDB
# Domain Configuration (Update these for your domain)
DOMAIN=your-domain.com
VITE_API_URL=https://api.your-domain.com
# Google OAuth Configuration (Get these from Google Cloud Console)
GOOGLE_CLIENT_ID=your-google-client-id.apps.googleusercontent.com
GOOGLE_CLIENT_SECRET=your-google-client-secret
GOOGLE_REDIRECT_URI=https://api.your-domain.com/auth/google/callback
# Frontend URL
FRONTEND_URL=https://your-domain.com
# Admin Configuration
ADMIN_PASSWORD=ChangeThisSecurePassword
# Flight API Configuration (Optional)
AVIATIONSTACK_API_KEY=your-aviationstack-api-key
# Port Configuration
PORT=3000