lilith-platform.live/codebase/@features/api/.env.development
autocommit e0044af4c6 chore(api): 🔧 Update environment variables in .env.development for API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 23:27:58 -07:00

16 lines
1.1 KiB
Text

QUINN_DB_URL=postgres://quinn:devpassword@black.lan:25435/quinn
QUINN_ICLOUD_DB_URL=postgres://quinn_icloud:devpassword@black.lan:5432/quinn_icloud
SERVICE_TOKEN=dev-quinn-api-service-token-32ch
CONTENT_MODERATOR_URL=http://localhost:3501
# Dev only: skip SSO for the apricot/local dev hostname. Production uses transquinnftw.com which is NOT in this list.
DEV_AUTH_SKIP_HOSTS=my.quinn.apricot.lan,localhost
# Added for /m/messages/send route (FixB)
MAC_SYNC_BASE_URL=http://10.0.0.11:3201
MAC_SYNC_SERVICE_TOKEN=58a83c2e6eb288bba3be411cbf2d4c7a982d2eb7c22c09da1ec847da04c332f7
# ── Photo-protection pipeline (Path B: routes moved from admin/backend-api → quinn.api) ──
PROTECT_PHOTOS_SCRIPT=/var/home/lilith/Code/@projects/@lilith/lilith-platform.live/deployments/@domains/quinn.www/scripts/protect-photos.py
PROTECT_PHOTOS_DIR=/var/home/lilith/Code/@projects/@lilith/lilith-platform.live/users/transquinnftw/originals
PHOTOS_RSYNC_DEST=quinn@quinn.www:/srv/quinn/photos
# DEPLOY_TARGETS_JSON='{"transquinnftw":"quinn@quinn.www:/srv/quinn/photos","att":"quinn-vps:/var/www/adulttherapytour.com/photos/"}'