Files
telemetrics-backend/services/testing.env
T
Alex Jaramillo edd02159df docker-compose prod and test clean up
Using docker-compose.yaml for testing and making it more consistent with
docker-compose.prod.yaml

Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
2020-02-25 13:43:33 -08:00

11 lines
224 B
Bash

# Database access
POSTGRES_HOSTNAME=db
POSTGRES_PASSWORD=postgres
POSTGRES_USER=telemetry
POSTGRES_DB=telemetry
PGDATA=/var/lib/postgresql/data/pgdata
# Redis configuration
REDIS_HOSTNAME=redis
REDIS_PORT=6379
REDIS_PASSWD=