Files
jcl/conf/jcl.conf
David Rousselie a70979f569 'edit-admin' ad-hoc command implementation
darcs-hash:20070904191118-86b55-cfe426468d12728578af12c535eafa69e38b381b.gz
2007-09-04 21:11:18 +02:00

24 lines
490 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
#motd: "Message of the day"
welcome_message: "Welcome to JCL"
admins: admin1@domain.com, admin2@domain.com