Projet

Général

Profil

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

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

1
[DEFAULT]
2
base_dir: .
3

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

    
8
[dirs]
9
config_root: %(base_dir)s/conf.d
10
data_dir: %(base_dir)s/data
11
static_root: %(base_dir)s/{project_name}/static
12
static_url: /mandaye/static
13
templates_directories:
14

    
15
[debug]
16
debug: false
17
use_long_trace: true
18
log_debug: false
19
; you need to install python-raven for this feature
20
sentry_dsn: 
21

    
22
[mandaye]
23
toolbar: true
24
a2_auto_connection: false
25
; only sql at the moment
26
storage_backend: sql
27
auto_decompress: true
28
; if you want to encypt password set to true
29
; you need to install pycrypto for this feature
30
encrypt_sp_password: false
31
; if encrypt_sp_password then you need to choose a secret
32
; must be a 16, 24, or 32 bytes long
33
encrypt_secret:
34

    
35
[session]
36
; file, dbm, memory or memcached
37
; if memcached you need to install python-memcached and memcached
38
type: memcached
39
url: 127.0.0.1:11211
40
cookie_expires: true
41
timeout: 3600
42
data_dir: %(base_dir)s/data
43

    
44
[email]
45
notification: false
46
prefix: [Mandaye CAM]
47
smtp_host: localhost
48
smtp_port: 25
49
from: traceback@entrouvert.com
50
to: admin+mandaye-{project_name}@entrouvert.com
(3-3/4)