moved configuration (database part) to global.conf, added
[webpac] / global.conf
1 # global configuration file (used by isis2xml.pl and webpac.cgi)
2
3 [global]
4         # define database to use for indexes
5         dbi_dbd=Pg
6         dbi_dsn=dbname=webpac
7         dbi_user=dpavlin
8         dbi_passwd=xx
9