docs/example-defaults-script
changeset 27 bce1f781f127
parent 26 a7f74dd6d4e5
child 28 91800c6af63b
equal deleted inserted replaced
26:a7f74dd6d4e5 27:bce1f781f127
     1 
       
     2 
       
     3 # what the CWD should be
       
     4 RUN_DIR=/home/terom/projects/FixBot
       
     5 
       
     6 # what user to run as
       
     7 RUN_UID=fixbot-dev
       
     8 
       
     9 # common options
       
    10 OPTIONS="--api-port=34889"
       
    11 
       
    12 # nexus's options
       
    13 NEXUS_OPTIONS="$OPTIONS --irc-nickname=FixBotDev --irc-channel=#fixme-test"
       
    14 
       
    15 # logwatch's options
       
    16 LOGWATCH_OPTIONS="$OPTIONS"
       
    17 
       
    18 # plugins/moduels are loaded from RUN_DIR
       
    19 export "PYTHONPATH=$RUN_DIR"
       
    20