# Ports # If 5173 is occupied, change this (e.g. 5174) FRONTEND_PORT=5174 # Backend listen address/port BACKEND_HOST=127.0.0.1 BACKEND_PORT=8008 # Optional: override backend targets used by the frontend dev proxy # BACKEND_ORIGIN=http://127.0.0.1:8000 # BACKEND_WS_ORIGIN=ws://127.0.0.1:8000 # Optional: override CORS allowlist (comma-separated) # FRONTEND_ORIGINS=http://localhost:5174,http://127.0.0.1:5174 # Proxy pool (comma-separated, used as default for register/check/import) # Falls back to system proxy (HTTPS_PROXY/HTTP_PROXY) if not set # PROXY_POOL=http://127.0.0.1:10808,socks5://127.0.0.1:10810 # Mail worker (required for register-related features) # WORKER_URL= # EMAIL_DOMAIN= # ADMIN_AUTH=