# Demo: Portfolio Site - Environment Configuration # Copy this to .env and fill in your values # Directus Infrastructure URL # For local: http://localhost:8055 # For Coolify: https://directus.yourdomain.com DIRECTUS_URL=http://localhost:8055 # Public API URL (accessible from browser) # For local: http://localhost:3000 # For Coolify: https://api.yourdomain.com PUBLIC_API_URL=http://localhost:3000