# Add these environment variables to your deployed chex-manager/backend .env file # Add your actual deployed domains here SANCTUM_STATEFUL_DOMAINS=https://app.zipchex.org.uk,https://api-ses.zipchex.org.uk,https://api.zipchex.org.uk # Session configuration for cross-domain authentication SESSION_DOMAIN=.zipchex.org.uk SESSION_SAME_SITE=none SESSION_SECURE_COOKIE=true # Ensure proper database connections DB_MASTER_HOST=your-master-db-host DB_MASTER_DATABASE=chex-master DB_MASTER_USERNAME=your-db-username DB_MASTER_PASSWORD=your-db-password