docs/example-defaults-script
changeset 27 bce1f781f127
parent 26 a7f74dd6d4e5
child 28 91800c6af63b
--- a/docs/example-defaults-script	Wed Sep 17 20:30:54 2008 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-
-
-# what the CWD should be
-RUN_DIR=/home/terom/projects/FixBot
-
-# what user to run as
-RUN_UID=fixbot-dev
-
-# common options
-OPTIONS="--api-port=34889"
-
-# nexus's options
-NEXUS_OPTIONS="$OPTIONS --irc-nickname=FixBotDev --irc-channel=#fixme-test"
-
-# logwatch's options
-LOGWATCH_OPTIONS="$OPTIONS"
-
-# plugins/moduels are loaded from RUN_DIR
-export "PYTHONPATH=$RUN_DIR"
-