From: erickson Date: Mon, 25 Jul 2005 21:47:43 +0000 (+0000) Subject: example config file X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dc2a1918c2f6d9bd3cb45b65c243f8b36b688e07;p=opensrf%2Fbjwebb.git example config file git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@428 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/examples/opensrf.xml.example b/examples/opensrf.xml.example new file mode 100644 index 0000000..98413fc --- /dev/null +++ b/examples/opensrf.xml.example @@ -0,0 +1,197 @@ + + + + + + + + + + + + /path/to/log + + + /path/to/sock + + + /path/to/pid + + + /path/to/conf + + + + + prefork + + + + + + + + + 127.0.0.1:10101 + + + 86400 + + + + + + + + + + + 1 + + + 1 + + + OpenSRF::Application::Persist + + + 97 + + + + + + opensrf.persist_unix.sock + + + opensrf.persist_unix.pid + + + 1000 + + + opensrf.persist_unix.log + + + 5 + + + 25 + + + 2 + + + 5 + + + + + + + + /path/to/dbfile/persist.db + + + + + + 3 + 1 + OpenSRF::Application::Demo::Math + 97 + + opensrf.math_unix.sock + opensrf.math_unix.pid + 1000 + opensrf.math_unix.log + 5 + 15 + 2 + 5 + + + + + 3 + 1 + OpenSRF::Application::Demo::MathDB + 99 + + 1000 + opensrf.dbmath_unix.log + opensrf.dbmath_unix.sock + opensrf.dbmath_unix.pid + 5 + 15 + 2 5 + + + + + 1 + 0 + OpenSRF::Application::Settings + 17 + + opensrf.settings_unix.sock + opoensrf.settings_unix.pid + 1000 + opensrf.settings_unix.log + 5 + 15 + 3 + 5 + + + + + + + + + + + + + + + opensrf.persist + opensrf.settings + opensrf.math + opensrf.dbmath + + + + + + /different/path/to/dbfile/persist.db + + + + + + + + +