10 lines
196 B
Bash
Executable file
10 lines
196 B
Bash
Executable file
#if needed
|
|
#export PGDATA=/opt/database
|
|
#export PATH=/opt/psql732/bin:$PATH
|
|
#
|
|
# Owner of the database
|
|
#
|
|
export OWNER=phpcompta
|
|
export PGUSER=phpcompta
|
|
export PGPASSWORD=dany
|
|
export DOMAIN=testing
|