Use JCLRunner to run JMC
darcs-hash:20070518143604-86b55-bfcecd31705b8fd96d92283ac3c3b701002dc80a.gz
This commit is contained in:
24
conf/jmc.conf
Normal file
24
conf/jmc.conf
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user