Files
jcl/conf/jcl.conf
David Rousselie 856712390a Add MySQL config example
darcs-hash:20070928185013-86b55-bbcf39315d915e04992f056513a1bd73166ef1d2.gz
2007-09-28 20:50:13 +02:00

27 lines
545 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]
#SQLite config
type: sqlite
host:
name: /var/spool/jabber/jcl.db
#Mysql config
#type: mysql
#host: root:pass@localhost
#name: /jcl
#db_url: %(type)s://%(host)s%(name)s?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