Files
linux-workspace/rc/psql-env.sh
2020-09-16 19:40:16 +02:00

4 lines
75 B
Bash

export PGHOST=localhost
export PGUSER=postgres
export PGPASSWORD=passw0rd