mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
feat(core): pass in-process RPC bearer via internal handle, not process env (#2709)
This commit is contained in:
+3
-1
@@ -56,7 +56,9 @@ OPENHUMAN_CORE_RPC_URL=http://127.0.0.1:7788/rpc
|
||||
# Set this when serving a private web UI preview from a non-loopback origin.
|
||||
# OPENHUMAN_CORE_ALLOWED_ORIGINS=https://openhuman-ui.example.com
|
||||
# Core RPC bearer token. Single source of truth for /rpc auth.
|
||||
# - Tauri desktop: set automatically by the shell — leave blank.
|
||||
# - Tauri desktop: leave blank. The shell generates a fresh per-launch
|
||||
# bearer and hands it to the in-process core in-memory; nothing is
|
||||
# read from this variable.
|
||||
# - Docker / cloud / VPS: REQUIRED. Generate with `openssl rand -hex 32`.
|
||||
# Same value goes in the desktop's app/.env.local (or paste into the
|
||||
# first-run picker). See gitbooks/features/cloud-deploy.md.
|
||||
|
||||
Reference in New Issue
Block a user