#Dane bazy, pod ktr bd przechowywane dane
DBNAME = defactor-ng
DBHOST = 127.0.0.1
DBUSER = ksiegowy
DBPASS = ksiegowy

#Dane dotyczce postgresa
PGPATH = /usr/lib/postgresql
PGLIB = /usr/lib/postgresql/lib
PGBIN = /usr/lib/postgresql/bin
PGINCLUDE = /usr/include/postgresql
PSQL = /usr/lib/postgresql/bin/psql
PGHOME = /var/lib/postgres
PGUSER = postgres
PGARGS = -h 127.0.0.1

##################################################################
#            NIC PONIEJ NIE MUSI BY ZMIENIANE
##################################################################

RM = `which rm`
CDIR = `pwd`

