pg-plan-cache-agent / .env.example
nilenpatel's picture
Initial release: pg_plan_cache agent
40eb9bf
Raw
History Blame Contribute Delete
190 Bytes
# PostgreSQL connection
PG_HOST=127.0.0.1
PG_PORT=5432
PG_DATABASE=postgres
PG_USER=postgres
PG_PASSWORD=
# Redis connection
REDIS_HOST=127.0.0.1
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=0