Projet

Général

Profil

Télécharger (1,31 ko) Statistiques
| Branche: | Tag: | Révision:

root / mandaye / skel / example.module / default-config.ini @ 5294fd40

1
[DEFAULT]
2
base_dir: .
3

    
4
[database]
5
; use by sql backend
6
; http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html
7
url: sqlite:///%(base_dir)s/{project_name}.db
8

    
9
[ldap]
10
; use by ldap backend
11
url: ldap://127.0.0.1
12
bind_dn: cn=admin,dc=acompany,dc=org
13
bind_password: AdminPassword
14
base_dn: ou=mandaye,dc=acompany,dc=org
15

    
16
[dirs]
17
config_root: %(base_dir)s/conf.d
18
data_dir: %(base_dir)s/data
19
static_root: %(base_dir)s/{project_name}/static
20
static_url: /mandaye/static
21
templates_directories:
22

    
23
[debug]
24
debug: false
25
use_long_trace: true
26
log_debug: false
27
; you need to install python-raven for this feature
28
sentry_dsn: 
29

    
30
[mandaye]
31
toolbar: true
32
offline_toolbar: true
33
a2_auto_connection: false
34
; sql or ldap
35
storage_backend: sql
36
auto_decompress: true
37
; if you want to encypt password set to true
38
; you need to install pycrypto for this feature
39
encrypt_sp_password: false
40
; if encrypt_sp_password then you need to choose a secret
41
; must be a 16, 24, or 32 bytes long
42
encrypt_secret:
43

    
44
[session]
45
; file, dbm, memory or memcached
46
; if memcached you need to install python-memcached and memcached
47
type: memcached
48
url: 127.0.0.1:11211
49
cookie_expires: true
50
timeout: 3600
51
data_dir: %(base_dir)s/data
52

    
53
[email]
54
notification: false
55
prefix: [Mandaye CAM]
56
smtp_host: localhost
57
smtp_port: 25
58
from: traceback@entrouvert.com
59
to: admin+mandaye-{project_name}@entrouvert.com
(3-3/4)