25 lines
1.4 KiB
Text
25 lines
1.4 KiB
Text
QUINN_DB_URL=postgres://quinn:devpassword@black.lan:25435/quinn
|
|
QUINN_ICLOUD_DB_URL=postgres://quinn_macsync:devpassword@black.lan:25436/quinn_macsync
|
|
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.248: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/"}'
|
|
EDGE_PURGE_TOKEN=dev-edge-purge-token
|
|
|
|
# mail-sync — Proton Bridge wrap on plum (10.0.0.248)
|
|
MAIL_SYNC_BASE_URL=http://10.0.0.248:4444
|
|
MAIL_SYNC_SERVICE_TOKEN=j7YEG0KtjP5JRhgLyvpEWGPjyPLwBLBxRSkOQvvrLrn4sjpo
|
|
|
|
# i18n — model-boss-backed translation
|
|
MODEL_BOSS_URL=http://localhost:8210
|
|
QUINN_I18N_ML_MODEL=nllb-200-distilled-600m
|