- JCLRunner handle configuration file and command line arguments to setup a JCL component darcs-hash:20070518143255-86b55-f5dfd32edeb34c9d30b85a1dd05a12c6a8423806.gz
22 lines
384 B
Plaintext
22 lines
384 B
Plaintext
[jabber]
|
|
server: localhost
|
|
port: 5347
|
|
secret: secret
|
|
service_jid: jcl.localhost
|
|
#supported language: en, fr (See src/jcl/lang.py to add more)
|
|
language: en
|
|
|
|
[db]
|
|
#type: mysql
|
|
type: sqlite
|
|
#host: root@localhost
|
|
host:
|
|
name: /var/spool/jabber/jcl.db
|
|
#url: %(type)%(host)%(name)?debug=1&debugThreading=1
|
|
db_url: %(type)s://%(host)s%(name)s
|
|
|
|
[component]
|
|
pid_file: /var/run/jabber/jcl.pid
|
|
|
|
|