Backup: 2025-06-08 00:29 - User and admin online ready for dockerhub

[Restore from backup: vip-coordinator-backup-2025-06-08-00-29-user and admin online ready for dockerhub]
This commit is contained in:
2025-06-08 00:29:00 +02:00
parent 035f76fdd3
commit 36cb8e8886
33 changed files with 3676 additions and 3527 deletions

View File

@@ -1,26 +1,27 @@
# VIP Coordinator Environment Configuration
# Copy this file to .env and update the values for your deployment
# Database Configuration
DB_PASSWORD=VipCoord2025SecureDB
POSTGRES_DB=vip_coordinator
POSTGRES_USER=vip_user
POSTGRES_PASSWORD=your_secure_password_here
DATABASE_URL=postgresql://vip_user:your_secure_password_here@db:5432/vip_coordinator
# Domain Configuration (Update these for your domain)
DOMAIN=your-domain.com
VITE_API_URL=https://api.your-domain.com
# Redis Configuration
REDIS_URL=redis://redis:6379
# 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
# Google OAuth Configuration
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
GOOGLE_REDIRECT_URI=http://localhost:3000/auth/google/callback
FRONTEND_URL=http://localhost:5173
# Frontend URL
FRONTEND_URL=https://your-domain.com
# JWT Configuration
JWT_SECRET=your_jwt_secret_here_minimum_32_characters_long
# Admin Configuration
ADMIN_PASSWORD=ChangeThisSecurePassword
# Environment
NODE_ENV=development
# Flight API Configuration (Optional)
AVIATIONSTACK_API_KEY=your-aviationstack-api-key
# API Configuration
API_PORT=3000
# Port Configuration
PORT=3000
# Frontend Configuration (for production)
VITE_API_URL=http://localhost:3000/api
VITE_GOOGLE_CLIENT_ID=your_google_client_id_here