docs/etc_defaults_fixbot-nexus
changeset 27 bce1f781f127
child 28 91800c6af63b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/etc_defaults_fixbot-nexus	Wed Sep 17 21:06:31 2008 +0300
@@ -0,0 +1,26 @@
+
+# what the CWD should be
+RUN_DIR=/home/terom/projects/FixBot
+
+# what user to run as
+RUN_UID=fixbot-dev
+
+# logfile to use
+LOG_FILE=$RUN_DIR/logs/nexus.log
+
+# twistd options
+TWISTD_ARGS=" \
+    --uid=$RUN_UID  \
+    --gid=nogroup   \
+    --rundir=$RUN_DIR   \
+    --logfile=$LOG_FILE "
+
+# fixbot options
+FIXBOT_ARGS=" \
+    --irc-nickname=FixBotDev    \
+    --irc-channel=#fixme-test   \
+    --api-port=34889    "
+
+# plugins/moduels are loaded from RUN_DIR
+export "PYTHONPATH=$RUN_DIR"
+