lilith-platform.live/codebase/@features/api/.env.development
autocommit 4c5fafb602 chore(api): 🔧 Update .env.development with API feature environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:58:53 -07:00

10 lines
553 B
Text

QUINN_DB_URL=postgres://quinn:devpassword@black.local:25435/quinn
QUINN_ICLOUD_DB_URL=postgres://quinn_icloud:devpassword@black.local: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.local,localhost
# Added for /m/messages/send route (FixB)
MAC_SYNC_BASE_URL=http://10.0.0.11:3201
MAC_SYNC_SERVICE_TOKEN=dev-quinn-api-service-token-32ch