Projet

Général

Profil

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

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

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
offline_toolbar: true
25
a2_auto_connection: false
26
; only sql at the moment
27
storage_backend: sql
28
auto_decompress: true
29
; if you want to encypt password set to true
30
; you need to install pycrypto for this feature
31
encrypt_sp_password: false
32
; if encrypt_sp_password then you need to choose a secret
33
; must be a 16, 24, or 32 bytes long
34
encrypt_secret:
35

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

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