10 lines
553 B
Text
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
|