# Ideas Generator 2025 - Docker Environment Configuration Example # Copy this file to .env and fill in your actual values # Basic Configuration DOMAIN_NAME=localhost HTTP_PORT=80 HTTPS_PORT=443 # Database Configuration DATABASE_NAME=ideas_gen_prod DATABASE_USER=ideas_admin DATABASE_PASSWORD=your-secure-database-password-here # Security Configuration (use the setup script to generate secure values) JWT_SECRET=your-jwt-secret-here-should-be-64-chars-or-more # Azure AD Configuration (Oliver Agency defaults) AZURE_TENANT_ID=e519c2e6-bc6d-4fdf-8d9c-923c2f002385 AZURE_CLIENT_ID=9079054c-9620-4757-a256-23413042f1ef # OpenAI Configuration OPENAI_API_KEY=your-openai-api-key-here # URL Configuration (automatically set based on domain) FRONTEND_URL=http://localhost BACKEND_URL=http://localhost/api CORS_ORIGIN=http://localhost,https://localhost # SSL Configuration (for production deployments) SSL_CERT_PATH=./certs # Additional Configuration Options # NODE_ENV=production # POSTGRES_HOST_AUTH_METHOD=scram-sha-256