tracksolid_timescale_grafan.../.env
David Kiania 152fce81a8
Some checks failed
Static Analysis / static (push) Waiting to run
Tests / test (push) Waiting to run
Static Analysis / static (pull_request) Has been cancelled
Tests / test (pull_request) Has been cancelled
fix: point DATABASE_URL at timescale_db container (not legacy 31.97.44.246:5888)
Ingest scripts were connecting to the old tracksolid_2 database instead of
the timescale_db container in this stack. Grafana was already correct
(uses service name timescale_db:5432). Also strip leading space and quotes
from DATABASE_URL and API_BASE_URL so os.getenv() returns clean values.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-18 15:43:49 +03:00

17 lines
739 B
Bash

TRACKSOLID_APP_KEY=8FB345B8693CCD00BB70D528C0D4019E
TRACKSOLID_APP_SECRET=3177c89993b446c6aced0d7c56375d2c
TRACKSOLID_USER_ID=Fireside Communications
TRACKSOLID_TARGET_ACCOUNT=Fireside Communications
TRACKSOLID_PWD_MD5=81a1b005efd3596073e38efd8a2fd3fd
# DB
POSTGRES_DB=tracksolid_db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=U1pm3f5SX34DXkHoW6aKFsBHOlMA9binDPNG4aT0FAcg7AubEvYm0e6kU2dZiYrR
DATABASE_URL=postgres://postgres:U1pm3f5SX34DXkHoW6aKFsBHOlMA9binDPNG4aT0FAcg7AubEvYm0e6kU2dZiYrR@timescale_db:5432/tracksolid_db
# Grafana
GRAFANA_ADMIN_PASSWORD=ed3aaf20707fb5af9185708ec27f5211f71b35067277993eab624abce1
GRAFANA_DB_RO_PASSWORD=7942a1DeLgyuiCzh8XFH21sPVJqRJo737qDW1PNDEtM
API_BASE_URL=https://eu-open.tracksolidpro.com/route/rest