You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export POSTGRES_USER=myuser
|
|
export POSTGRES_PASSWORD=mypassword
|
|
export POSTGRES_DB=mydatabase
|
|
export PG_URI=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@localhost:5433/mydatabase
|
|
|