Default config file for marc_stream_importer (Net::Server)
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Mar 2010 00:03:59 +0000 (00:03 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 18 Mar 2010 00:03:59 +0000 (00:03 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15887 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/marc_stream_importer.conf [new file with mode: 0644]

diff --git a/Open-ILS/src/support-scripts/marc_stream_importer.conf b/Open-ILS/src/support-scripts/marc_stream_importer.conf
new file mode 100644 (file)
index 0000000..696a321
--- /dev/null
@@ -0,0 +1,28 @@
+#-------------- file marc_stream_importer.conf --------------
+
+### user and group to become
+user        opensrf
+group       opensrf
+
+### logging ?
+log_file    /openils/var/log/marc_stream_importer.log
+log_level   3
+pid_file    /openils/var/run/marc_stream_importer.pid
+
+### access control
+# allow       .+\.(net|com)
+# allow       domain\.com
+# deny        a.+
+
+### background the process?
+# background  1
+
+### ports to bind
+# host        127.0.0.1
+# port        localhost:20204
+port       5433 
+
+### reverse lookups ?
+# reverse_lookups on
+
+#-------------- file marc_stream_importer.conf --------------