moved configuration (database part) to global.conf, added
[webpac] / global.conf
diff --git a/global.conf b/global.conf
new file mode 100644 (file)
index 0000000..2840037
--- /dev/null
@@ -0,0 +1,9 @@
+# global configuration file (used by isis2xml.pl and webpac.cgi)
+
+[global]
+       # define database to use for indexes
+       dbi_dbd=Pg
+       dbi_dsn=dbname=webpac
+       dbi_user=dpavlin
+       dbi_passwd=xx
+