mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
docs: gitbooks v3 — flatten frontend/tauri-shell, kill product/, fix links, default app env to production (#1385)
This commit is contained in:
+12
-9
@@ -8,19 +8,22 @@
|
||||
# ---------------------------------------------------------------------------
|
||||
# App environment
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] set to either 'production' or 'staging'
|
||||
OPENHUMAN_APP_ENV=staging
|
||||
# [optional] App environment selector: production | staging.
|
||||
# Defaults to 'production' when unset. Uncomment and set to 'staging' to point
|
||||
# at the staging backend, use the ~/.openhuman-staging workspace, etc.
|
||||
# OPENHUMAN_APP_ENV=staging
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Backend API
|
||||
# ---------------------------------------------------------------------------
|
||||
# [optional] App environment selector for default paths/URLs: production | staging
|
||||
OPENHUMAN_APP_ENV=staging
|
||||
# [required] Primary backend URL (read by Rust core and QuickJS skills sandbox)
|
||||
BACKEND_URL=https://staging-api.tinyhumans.ai
|
||||
# [required] Also read by Vite frontend (VITE_ prefix required for browser exposure)
|
||||
VITE_OPENHUMAN_APP_ENV=staging
|
||||
VITE_BACKEND_URL=https://staging-api.tinyhumans.ai
|
||||
# [optional] Primary backend URL (read by Rust core and QuickJS skills sandbox).
|
||||
# Defaults to https://api.tinyhumans.ai (production). Override here only if you
|
||||
# want a different backend (e.g. https://staging-api.tinyhumans.ai).
|
||||
# BACKEND_URL=https://api.tinyhumans.ai
|
||||
# [optional] Vite frontend mirrors — only required if you set OPENHUMAN_APP_ENV
|
||||
# above. Defaults are production.
|
||||
# VITE_OPENHUMAN_APP_ENV=staging
|
||||
# VITE_BACKEND_URL=https://staging-api.tinyhumans.ai
|
||||
# [optional] Consumer first-session UX in the desktop/web app (default off). See docs/plans/consumer-first-session-spec.md
|
||||
# VITE_CONSUMER_FIRST_SESSION=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user