mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
fix: use PASEO_LISTEN instead of legacy PASEO_PORT in .env.example
This commit is contained in:
@@ -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/`
|
||||
|
||||
Reference in New Issue
Block a user