Use JCLRunner to run JMC

darcs-hash:20070518143604-86b55-bfcecd31705b8fd96d92283ac3c3b701002dc80a.gz
This commit is contained in:
David Rousselie
2007-05-18 16:36:04 +02:00
parent 3325257e51
commit c13ad7ec93
7 changed files with 270 additions and 55 deletions

24
conf/jmc.conf Normal file
View File

@@ -0,0 +1,24 @@
[jabber]
server: localhost
port: 5347
secret: secret
service_jid: jmc.localhost
#supported language: en, fr (See src/jmc/lang.py to add more)
language: en
[db]
#type: mysql
type: sqlite
#host: root@localhost
host:
name: /var/spool/jabber/jmc.db
#url: %(type)%(host)%(name)?debug=1&debugThreading=1
db_url: %(type)s://%(host)s%(name)s
[component]
pid_file: /var/run/jabber/jmc.pid
[jmc]
mail_default_encoding: iso-8859-1
check_interval: 1