25 lines
1.3 KiB
Text
25 lines
1.3 KiB
Text
# =============================================================================
|
|
# @analytics Dev Environment
|
|
# =============================================================================
|
|
# Copy to infrastructure/.env.dev — used by ./run dev* commands.
|
|
# Matches docker-compose.dev.yaml credentials and platform-analytics backend.
|
|
# =============================================================================
|
|
|
|
# TimescaleDB (matches docker-compose.dev.yaml)
|
|
DATABASE_HOST=localhost
|
|
DATABASE_PORT=25434
|
|
DATABASE_USER=lilith
|
|
DATABASE_PASSWORD=analytics_dev_password
|
|
DATABASE_NAME=lilith_analytics
|
|
|
|
# Redis (matches docker-compose.dev.yaml — port 26379 per infrastructure.yaml service registry)
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=26379
|
|
REDIS_PASSWORD=analytics_dev_password
|
|
|
|
# Collector
|
|
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
|
|
COLLECTOR_WRITE_KEY=dev-write-key
|
|
|
|
# API authentication keys (comma-separated)
|
|
API_KEYS=dev-api-key
|