NODE_ENV as production. Development from
source should set NODE_ENV=development and explicit endpoints.
End-user variables
Installer-only:
On-disk paths
Important files:
auth.jsonin the config directoryconfig.jsonin the config directory (optional prefix override)sessions.jsonin the state directory- log files under the state directory (or
WRAPPER_LOG_FILE)
Keybinding prefix
The in-session prefix defaults toCtrl+\. Override it with WRAPPER_PREFIX or
~/.config/wrapper/config.json. Environment wins over the file.
ctrl+g, ctrl+\, ^G, 0x1c. Interrupt keys (Ctrl+C,
Ctrl+D, Ctrl+Z, Enter, Tab, Esc) are rejected so the shell stays usable.
Command letters (s, u, w, d, ?) stay fixed.
Development defaults
WithNODE_ENV=development:
- Relay defaults toward
ws://localhost:8080 - Auth origin defaults toward
http://localhost:3000 - Convex must be set explicitly (
WRAPPER_CONVEX_URLorCONVEX_URL)
ENVIRONMENTS.md
for the full deploy matrix.