Projet

Général

Profil

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

root / debian / settings.ini @ 20d86da3

1
[dirs]
2
template_dirs: /var/lib/wcsinstd/templates
3
media_root: /var/lib/wcsinstd/media
4
static_root: /var/lib/wcsinstd/static
5
static_dirs:
6

    
7
[database]
8
engine: django.db.backends.sqlite3
9
name:  /var/lib/wcsinstd/wcsinst.sqlite3
10
host:
11
port:
12
user:
13
password:
14

    
15
[wcsinstd]
16
url_template: http://%%(domain)s-site.entrouvert.org/
17
wcs_app_dir: /var/lib/wcs-au-quotidien/
18
wcsctl_script: wcsctl -f /etc/wcs/wcs-au-quotidien.cfg
19

    
20
[cache]
21
memcached: false
22

    
23
[secrets]
24
secret_key: random-string-of-ascii
25
csrf_secret: random-string-of-ascii
26

    
27
# all settings in debug section should be false in production
28
# INTERNAL_IPS should be empty in productive environment
29
[debug]
30
general: false
31
template: false
32
toolbar: false
33
internal_ips: 127.0.0.1
34
sentry_dsn: 
35

    
36
[email]
37
server_email: wcsinstd
38
default_from_email: wcsinstd
39
subject_prefix: [wcsinstd]
40
host: localhost
41
port: 25
42
use_tls: no
43
user:
44
password:
45

    
46
# the [admins] and [managers] sections are special. Just add lines with
47
#   full name: email_address@domain.xx
48
# each section must be present but may be empty.
49
[admins]
50
#Entr'ouvert: admin+wcsinstd@entrouvert.com
51

    
52
[managers]
53
#Entr'ouvert: admin+wcsinstd@entrouvert.com
54

    
(6-6/11)