2024-06-04 14:59:05 +01:00
|
|
|
POSTGRES_DB = db
|
|
|
|
DB_HOST = localhost
|
|
|
|
DB_PORT = 5433
|
|
|
|
POSTGRES_USER = dbusername
|
2024-06-04 15:28:54 +01:00
|
|
|
POSTGRES_PASSWORD = dbpassword
|
|
|
|
PGWEB_DATABASE_URL = postgres://dbusername:dbpassword@postgres:5432/db?sslmode=disable
|