fix: use PASEO_LISTEN instead of legacy PASEO_PORT in .env.example

This commit is contained in:
Mohamed Boudra
2026-02-05 14:33:23 +07:00
parent 204400437a
commit 7ae56bcdd1

View File

@@ -11,8 +11,9 @@ TTS_MODEL=tts-1
# Location for runtime state (agents.json, etc.). Defaults to ~/.paseo
PASEO_HOME=~/.paseo
# Voice server port (overrides PORT). Defaults to 6767
PASEO_PORT=6767
# Listen address. Defaults to 127.0.0.1:6767
# Can be host:port, /path/to/socket, or unix:///path/to/socket
PASEO_LISTEN=127.0.0.1:6767
# Debug recordings (dictation + STT input + TTS output)
# When enabled, recordings are saved under `${cwd}/.debug/recordings/`