chore(deployments): 🔧 Update production environment variable templates for quinn.ai-engine, quinn.m-orchestrator, quinn.m, and quinn.mail-autoresponder domains
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
c2ae9b6ee4
commit
0a306d1ed4
4 changed files with 7 additions and 7 deletions
|
|
@ -6,8 +6,8 @@
|
|||
# --- Database (quinn_icloud schema on black) ---
|
||||
# The engine uses QUINN_OUTREACH_DB_URL (preferred) or falls back to
|
||||
# QUINN_ICLOUD_DB_URL. Set both so the heartbeat package finds one.
|
||||
QUINN_OUTREACH_DB_URL=postgres://quinn_icloud:<PROD_PASSWORD>@black.local:5432/quinn_icloud
|
||||
QUINN_ICLOUD_DB_URL=postgres://quinn_icloud:<PROD_PASSWORD>@black.local:5432/quinn_icloud
|
||||
QUINN_OUTREACH_DB_URL=postgres://quinn_icloud:<PROD_PASSWORD>@black.lan:5432/quinn_icloud
|
||||
QUINN_ICLOUD_DB_URL=postgres://quinn_icloud:<PROD_PASSWORD>@black.lan:5432/quinn_icloud
|
||||
|
||||
# --- mac-sync (bun process on black, PID ~1692822, :3201) ---
|
||||
# NOTE: :3200 is the obsolete NestJS imessage-sync — do NOT use it.
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# /etc/quinn-m-orchestrator/secrets.env
|
||||
# Autoresponder + assistant-worker on black.local — connects to VPS via SSH tunnel.
|
||||
# Autoresponder + assistant-worker on black.lan — connects to VPS via SSH tunnel.
|
||||
# chmod 600, chown root:root.
|
||||
|
||||
# Postgres on black.local — workers connect directly (no tunnel needed)
|
||||
# Postgres on black.lan — workers connect directly (no tunnel needed)
|
||||
DATABASE_URL=postgres://messenger:CHANGE_ME@localhost:25433/messenger
|
||||
|
||||
# Sync-api via SSH tunnel (black:3800 → quinn-vps:3100)
|
||||
|
|
@ -11,7 +11,7 @@ SYNC_BACKEND_URL=http://127.0.0.1:3800
|
|||
SYNC_API_URL=http://127.0.0.1:3800
|
||||
|
||||
# model-boss on apricot (direct LAN access)
|
||||
MODEL_BOSS_URL=http://apricot.local:80
|
||||
MODEL_BOSS_URL=http://apricot.lan:80
|
||||
MODEL_BOSS_MODEL=auto
|
||||
# MODEL_BOSS_API_KEY= (leave blank if model-boss uses network isolation)
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
# Generated automatically by bootstrap-vps0.sh where noted.
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
# Postgres — sourced from black.local via SSH reverse tunnel
|
||||
# Postgres — sourced from black.lan via SSH reverse tunnel
|
||||
# The orchestrator tunnel forwards black:25433 → vps-0 localhost:25433
|
||||
# (see deployments/@domains/quinn.m-orchestrator/systemd/quinn-m-orchestrator-tunnel.service)
|
||||
# ------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# quinn-mail-autoresponder + notifier + digest — shared secrets — black.local
|
||||
# quinn-mail-autoresponder + notifier + digest — shared secrets — black.lan
|
||||
#
|
||||
# Install to /etc/quinn-mail-autoresponder/secrets.env (root:root 0600).
|
||||
# Loaded by:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue