docs/etc_defaults_fixbot-nexus
author Tero Marttila <terom@fixme.fi>
Thu, 04 Feb 2010 19:39:37 +0200
changeset 39 e82b6df5baa3
parent 28 91800c6af63b
permissions -rw-r--r--
use config for api.Module

# 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/modules are loaded from RUN_DIR
export "PYTHONPATH=$RUN_DIR"