5 lines
111 B
Bash
5 lines
111 B
Bash
export PGDATA="$PWD/pgdata"
|
|
export PGHOST="$PGDATA/sockets"
|
|
export PGDATABASE="postgres"
|
|
export PGUSER="$USER"
|