Revision 5e4acd4d
Added by Jérôme Schneider over 9 years ago
wcsinst/default-settings.ini | ||
---|---|---|
1 |
[DEFAULT] |
|
2 |
base_dir: . |
|
3 |
|
|
4 |
[dirs] |
|
5 |
template_dirs: /var/lib/wcsinstd/templates %(base_dir)s/templates |
|
6 |
media_root: /var/lib/wcsinstd/media %(base_dir)s/media |
|
7 |
static_root: /var/lib/wcsinstd/static %(base_dir)s/static |
|
8 |
static_dirs: |
|
9 |
|
|
10 |
[database] |
|
11 |
engine: django.db.backends.sqlite3 |
|
12 |
name: %(base_dir)s/wcsinst.sqlite3 |
|
13 |
host: |
|
14 |
port: |
|
15 |
user: |
|
16 |
password: |
|
17 |
|
|
18 |
[wcsinstd] |
|
19 |
url_template: http://%%(domain)s-site.entrouvert.org/ |
|
20 |
wcs_app_dir: /var/lib/wcs-au-quotidien/ |
|
21 |
wcsctl_script: wcsctl -f /etc/wcs/wcs-au-quotidien.cfg |
|
22 |
|
|
23 |
[cache] |
|
24 |
memcached: false |
|
25 |
|
|
26 |
[secrets] |
|
27 |
secret_key: random-string-of-ascii |
|
28 |
csrf_secret: random-string-of-ascii |
|
29 |
|
|
30 |
# all settings in debug section should be false in production |
|
31 |
# INTERNAL_IPS should be empty in productive environment |
|
32 |
[debug] |
|
33 |
general: false |
|
34 |
template: false |
|
35 |
toolbar: false |
|
36 |
internal_ips: 127.0.0.1 |
|
37 |
sentry_dsn: |
|
38 |
|
|
39 |
[email] |
|
40 |
server_email: wcsinstd |
|
41 |
default_from_email: wcsinstd |
|
42 |
subject_prefix: [wcsinstd] |
|
43 |
host: localhost |
|
44 |
port: 25 |
|
45 |
use_tls: no |
|
46 |
user: |
|
47 |
password: |
|
48 |
|
|
49 |
# the [admins] and [managers] sections are special. Just add lines with |
|
50 |
# full name: email_address@domain.xx |
|
51 |
# each section must be present but may be empty. |
|
52 |
[admins] |
|
53 |
#Entr'ouvert: admin+wcsinstd@entrouvert.com |
|
54 |
|
|
55 |
[managers] |
|
56 |
#Entr'ouvert: admin+wcsinstd@entrouvert.com |
|
57 |
|
Also available in: Unified diff
wcsinst: add default settings
Refs #4956