mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
Feat: core rpc auth (#881)
Co-authored-by: Steven Enamakel <31011319+senamakel@users.noreply.github.com> Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
co-authored by
Steven Enamakel
Steven Enamakel
parent
798dc54eea
commit
393852b1d6
@@ -42,6 +42,9 @@ JWT_TOKEN=
|
||||
OPENHUMAN_CORE_PORT=7788
|
||||
# [optional] Default: http://127.0.0.1:7788/rpc
|
||||
OPENHUMAN_CORE_RPC_URL=http://127.0.0.1:7788/rpc
|
||||
# [optional] Pre-seed the core RPC bearer token (Tauri sets this automatically;
|
||||
# for standalone CLI use only)
|
||||
# OPENHUMAN_CORE_TOKEN=
|
||||
# [optional] Run mode: child (default, spawns sidecar) | inprocess
|
||||
OPENHUMAN_CORE_RUN_MODE=child
|
||||
# [optional] Override path to openhuman core binary (leave blank for auto-detection)
|
||||
|
||||
Reference in New Issue
Block a user