25 lines
1.3 KiB
Text
25 lines
1.3 KiB
Text
# =============================================================================
|
|
# @analytics Environment (prod-only — points at black:25432 + black:26381)
|
|
# =============================================================================
|
|
# All databases live on black (no apricot containers, no dev DB).
|
|
# Credentials sourced from ~/.config/quinn-secrets/analytics-{db,redis}.pass
|
|
# =============================================================================
|
|
|
|
# TimescaleDB on black
|
|
DATABASE_HOST=black.lan
|
|
DATABASE_PORT=25432
|
|
DATABASE_USER=analytics
|
|
DATABASE_PASSWORD=vSxSF3S6BIGWqwwE6VnX0zzeP05X2ADc
|
|
DATABASE_NAME=lilith_analytics
|
|
|
|
# Redis on black
|
|
REDIS_HOST=black.lan
|
|
REDIS_PORT=26381
|
|
REDIS_PASSWORD=bPHsuwQ7Gn1zcD0cHj8gUx86dwRbwBEV
|
|
|
|
# Collector CORS
|
|
CORS_ORIGINS=http://localhost:3000,http://localhost:5120,http://localhost:5173,http://apricot.local:8888,https://quinn.apricot.local,https://adulttherapytour.com,https://adulttherapy.tours,https://apa.singles,https://fuckatapa.com,https://fuckmeatamericanpsychiatricassociation.com,https://maisonsansonnet.com,https://sansonnet.maison,https://transquinnftw.com,https://tqftw.com,https://atlilith.com,https://trustedmeet.com,https://analytics.cocotte.maison,https://analytics.transquinnftw.com
|
|
COLLECTOR_WRITE_KEY=dev-write-key
|
|
|
|
# API authentication keys (comma-separated)
|
|
API_KEYS=dev-api-key
|