hello-postgres/.env.example

6 lines
196 B
Plaintext
Raw Normal View History

POSTGRES_DB = db
DB_HOST = localhost
DB_PORT = 5433
POSTGRES_USER = dbusername
POSTGRES_PASSWORD = dbpassword
PGWEB_DATABASE_URL = postgres://dbusername:dbpassword@postgres:5432/db?sslmode=disable