9 lines
226 B
Bash
Executable file
9 lines
226 B
Bash
Executable file
export COMPTA_HOME=/home/httpd/compta
|
|
export PGDATA=/opt/database
|
|
export PATH=/opt/psql732/bin:$PATH
|
|
export MANPATH=/opt/psql732/man
|
|
export PATH=$PATH:/home/danpo/doxygen/bin
|
|
#
|
|
# Owner of the database
|
|
#
|
|
export OWNER=phpcompta
|