Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dax/jcl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorDavid Rousselie <dax@happycoders.org>2007-09-28 22:50:13 +0400
committerDavid Rousselie <dax@happycoders.org>2007-09-28 22:50:13 +0400
commit856712390a2b67e05eaa2a76a9e08d3de8f6ee1a (patch)
tree92fb3785510c2ec5c4a50e83b6612fda1dc3e3cb /conf
parent8eaf1cf0c98cc9f60e1f9e771f5ca388963741cd (diff)
Add MySQL config example
darcs-hash:20070928185013-86b55-bbcf39315d915e04992f056513a1bd73166ef1d2.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/jcl.conf9
1 files changed, 6 insertions, 3 deletions
diff --git a/conf/jcl.conf b/conf/jcl.conf
index 8457d9c..c472af9 100644
--- a/conf/jcl.conf
+++ b/conf/jcl.conf
@@ -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]