# Todo Production Environment Variables # Copy this file to .env and fill in the values for docker-compose.prod.yml # ============================================================================= # Backend Configuration # ============================================================================= # PostgreSQL connection string DATABASE_URL=postgresql://todo_user:CHANGE_ME@postgres:5432/todo # Mana Core Auth URL for JWT validation MANA_AUTH_URL=https://auth.mana.how # Allowed CORS origins (comma-separated) CORS_ORIGINS=https://todo.mana.how # ============================================================================= # Web Configuration # ============================================================================= # Backend API URL (as seen from browser) PUBLIC_BACKEND_URL=https://todo-api.mana.how # Auth URL (as seen from browser) PUBLIC_MANA_AUTH_URL=https://auth.mana.how