Add MySQL config example
darcs-hash:20070928185013-86b55-bbcf39315d915e04992f056513a1bd73166ef1d2.gz
This commit is contained in:
@@ -7,12 +7,15 @@ service_jid: jcl.localhost
|
|||||||
language: en
|
language: en
|
||||||
|
|
||||||
[db]
|
[db]
|
||||||
#type: mysql
|
#SQLite config
|
||||||
type: sqlite
|
type: sqlite
|
||||||
#host: root@localhost
|
|
||||||
host:
|
host:
|
||||||
name: /var/spool/jabber/jcl.db
|
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
|
db_url: %(type)s://%(host)s%(name)s
|
||||||
|
|
||||||
[component]
|
[component]
|
||||||
|
|||||||
Reference in New Issue
Block a user