Add MySQL config example

darcs-hash:20070928185013-86b55-bbcf39315d915e04992f056513a1bd73166ef1d2.gz
This commit is contained in:
David Rousselie
2007-09-28 20:50:13 +02:00
parent 8eaf1cf0c9
commit 856712390a

View File

@@ -7,12 +7,15 @@ service_jid: jcl.localhost
language: en
[db]
#type: mysql
#SQLite config
type: sqlite
#host: root@localhost
host:
name: /var/spool/jabber/jcl.db
#url: %(type)%(host)%(name)?debug=1&debugThreading=1
#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]