Postgres envs

Hey all,

Anyone got postgres working?
I have tried with all variations of our standard connection strings to get a conn to one of our postgres dbs to no avail.

TOKEN_SECRET_KEY=token
DB_CONNECTION=postgres
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=dbname
DB_SSL=true
DB_PORT=port
DB_PATH=postgresql://username:password@host:port/database?sslmode=require

TOKEN_SECRET_KEY=token
DB_CONNECTION=postgres
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=dbname
DB_SSL=true
DB_PORT=port
DB_PATH=host

TOKEN_SECRET_KEY=token
DB_CONNECTION=postgres
DB_USERNAME=username
DB_PASSWORD=password
DB_DATABASE=dbname
DB_SSL=true
DB_PORT=port
DB_PATH=postgresql://host
Was this page helpful?