source: mailjam/mailjam/tests/mailjam.conf@ 16:cd4170142d87

Last change on this file since 16:cd4170142d87 was 16:cd4170142d87, checked in by Borja Lopez <borja@…>, 12 years ago

Renamed the project to Mailjam

File size: 631 bytes
Line 
1#
2# mailjam.conf - Mailjam configuration file
3#
4# IMPORTANT: This config file should be used only
5# for testing purposes
6
7[xmlrpc_server]
8address = localhost
9port = 9876
10ssl = false
11ssl_key = /usr/local/etc/mailjam/ssl/mailjam.key
12ssl_crt = /usr/local/etc/mailjam/ssl/mailjam.crt
13logfile = /tmp/mailjam-tests/xmlrpc_server.log
14
15[storage]
16backend = json
17path = /tmp/mailjam-tests/storage
18lists_db = %(path)s/mailings.%(backend)s
19members_db = %(path)s/members.%(backend)s
20
21[archive]
22enabled = true
23backend = json
24path = /tmp/mailjam-tests/archives
25
26[mailing_lists]
27private = true
28
29[members]
30auto_signup = false
31allow_chpasswd = false
Note: See TracBrowser for help on using the repository browser.