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

jmc.conf « tests « jmc « src - github.com/dax/jmc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab466156f2c0c3168d2518d00c9165e93b152d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[jabber]
server: test_localhost
port: 42
secret: test_secret
service_jid: test_jmc.localhost
#supported language: en, fr (See src/jmc/lang.py to add more)
language: test_en

[db]
#type: mysql
type: test_sqlite
#host: root@localhost
host: root@localhost
name: /var/spool/jabber/test_jmc.db
#url: %(type)%(host)%(name)?debug=1&debugThreading=1
db_url: %(type)s://%(host)s%(name)s

[component]
pid_file: /var/run/jabber/test_jmc.pid
log_file: /tmp/jmc.log

[jmc]
mail_default_encoding: test_iso-8859-1

[smtp]
smtp_default_login: testlogin
smtp_default_password: testpassword
smtp_default_host: testhost
smtp_default_port: 2525
smtp_default_tls: True
smtp_default_label: SMTP Server
enable_smtp_default_account: True