# zonos-gateway tunables — copy to .env on the host and override as needed. # All values have inline compose defaults (${VAR:-default}); the live deploy # currently runs with NO .env (pure defaults). This file documents the knobs. # Where the stock Zonos2 engine's native API lives. Default = same-host :1920 # (host.docker.internal). For a non-colocated engine, point at its IP: # ZONOS_URL=http://10.100.79.3:1920 ZONOS_URL=http://host.docker.internal:1920 # Gateway listen port (host + container). PORT=8890 # Default speaker when a request omits `voice`. Must exist in the engine's # speaker registry (GET :8890/v1/voices). Live default = Cora. DEFAULT_VOICE=Cora # Upstream request timeout (seconds) — generous for long inputs. REQUEST_TIMEOUT_S=600