Projet

Général

Profil

« Précédent | Suivant » 

Révision 20d86da3

Ajouté par Jérôme Schneider il y a presque 10 ans

  • ID 20d86da33ded1463ca5bd48dcdf17189a6c08958
  • Parent c202c906

settings.ini: we need to use a full conf

Voir les différences:

debian/settings.ini
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

  
1 15
[wcsinstd]
2 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
3 22

  
4 23
[secrets]
5
# CHANGE this secrets
6 24
secret_key: random-string-of-ascii
7 25
csrf_secret: random-string-of-ascii
8 26

  
9
[database]
10
engine: django.db.backends.sqlite3
11
name: /var/lib/wcsinstd/wcsinst.sqlite3
12

  
27
# all settings in debug section should be false in production
28
# INTERNAL_IPS should be empty in productive environment
13 29
[debug]
14 30
general: false
15 31
template: false
16
sentry_dsn:
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

  

Formats disponibles : Unified diff