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

github.com/dax/jmc.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-05-18 18:36:04 +0400
committerDavid Rousselie <dax@happycoders.org>2007-05-18 18:36:04 +0400
commitc13ad7ec932791c9e9b64dd0b358c712c3ea536d (patch)
treeab75ad6113ccdd602565e53a7d22c247d9be9a72 /conf
parent3325257e51e135b31c93ee73a3b051cca9b0c17a (diff)
Use JCLRunner to run JMC
darcs-hash:20070518143604-86b55-bfcecd31705b8fd96d92283ac3c3b701002dc80a.gz
Diffstat (limited to 'conf')
-rw-r--r--conf/jmc.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/jmc.conf b/conf/jmc.conf
new file mode 100644
index 0000000..55398a2
--- /dev/null
+++ b/conf/jmc.conf
@@ -0,0 +1,24 @@
+[jabber]
+server: localhost
+port: 5347
+secret: secret
+service_jid: jmc.localhost
+#supported language: en, fr (See src/jmc/lang.py to add more)
+language: en
+
+[db]
+#type: mysql
+type: sqlite
+#host: root@localhost
+host:
+name: /var/spool/jabber/jmc.db
+#url: %(type)%(host)%(name)?debug=1&debugThreading=1
+db_url: %(type)s://%(host)s%(name)s
+
+[component]
+pid_file: /var/run/jabber/jmc.pid
+
+[jmc]
+mail_default_encoding: iso-8859-1
+check_interval: 1
+