config.txt
author Mikael Berthe <mikael@lilotux.net>
Mon, 07 May 2007 11:59:17 +0200
changeset 35 8daaa0b29b71
parent 0 93b25987d3e5
permissions -rw-r--r--
Enable log_plugin

# Neutron configuration

{
# Jabber account where Neutron will login
'SERVER': 'neutron2.nett',
'PORT': 5222,
'USERNAME': 'neutron2',
'PASSWORD': '',
'RESOURCE': 'McBot' + str(random.randrange(10, 99)),

# Chatroom nick
'DEFAULT_NICK': 'McBot',

# Jabber accounts that will administrate Neutron
'ADMINS': ['neutron2@neutron.nett', 'neutron3@neutron.nett'],
'ADMIN_PASSWORD': str(random.randrange(999999999)),

# Neutron will try to reconnect on disconnections
'AUTO_RESTART': 0,

# Where to store HTML files from chatrooms logs
# To disable logging, set to empty string: '',
'PUBLIC_LOG_DIR': '/nonexistent/var/www/neutron',

# Where to store logs of private chats
# To disable logging, set to empty string: '',
'PRIVATE_LOG_DIR': 'privatechatlogs',

'INITSCRIPT_FILE': 'neutron.rc',

}