From 8df10a2fa4103f2befcb9b92a26209bc1ffaa5d8 Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 18 Mar 2010 00:03:59 +0000
Subject: [PATCH] Default config file for marc_stream_importer (Net::Server)

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15887 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 .../src/support-scripts/marc_stream_importer.conf  | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 Open-ILS/src/support-scripts/marc_stream_importer.conf

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
index 0000000000..696a321b82
--- /dev/null
+++ b/Open-ILS/src/support-scripts/marc_stream_importer.conf
@@ -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 --------------
-- 
2.11.0