16 lines
826 B
Text
16 lines
826 B
Text
# admin/backend-api — Development defaults
|
|
#
|
|
# Safe to check in — dev-only values. Production values come from
|
|
# /etc/quinn-admin-api/secrets.env on vps-0.
|
|
|
|
ADMIN_PASSPHRASE=TestPass123
|
|
SSO_VALIDATE_URL=http://localhost:3025/auth/validate
|
|
SSO_HEALTH_URL=http://localhost:3025/health
|
|
QUINN_API_URL=http://localhost:3030
|
|
MESSAGES_BACKEND_URL=http://localhost:3105
|
|
SYNC_API_URL=http://localhost:3101
|
|
|
|
PHOTOS_DIR=/var/home/lilith/Code/@projects/@lilith/lilith-platform.live/deployments/@domains/quinn.www/root/public/photos
|
|
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
|