hello-postgres/.env.example

5 lines
109 B
Plaintext
Raw Normal View History

POSTGRES_DB = db
DB_HOST = localhost
DB_PORT = 5433
POSTGRES_USER = dbusername
POSTGRES_PASSWORD = dbpassword