mailout/.env

5 lines
No EOL
119 B
Bash

export PGHOST=localhost
export PGPORT=5432
export PGDATABASE=vmail
export PGUSER=postgres
export PGPASSWORD=postgres123