forked from departement-loire-atlantique/publik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.env.template
52 lines (38 loc) · 1.17 KB
/
config.env.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# WARNING: this file is NOT a shell script but a config file
# Then quotes are part of the value for docker-compose
# e.g.: MYVAR="aaa" will give "aaa" (with the quotes) and not aaa
#
# VARIABLES BELOW MUST HAVE A NON-EMPTY VALUE
#
ERROR_MAIL_ADDR=
# DOMAIN : A publik module URL format is {*_SUBDOMAIN}{ENV}.{DOMAIN}
DOMAIN=
ENV=
# Main administrator email
EMAIL=
ERROR_MAIL_AUTHOR=Support technique Publik
AUTHENTIC_SUBDOMAIN=auth
COMBO_SUBDOMAIN=citoyens
COMBO_ADMIN_SUBDOMAIN=agents
FARGO_SUBDOMAIN=documents
HOBO_SUBDOMAIN=hobo
PASSERELLE_SUBDOMAIN=passerelle
WCS_SUBDOMAIN=demarches
CHRONO_SUBDOMAIN=agendas
LOG_LEVEL=INFO
# 'console' or 'file'
# 'file' logs are available into /var/log/appname/django.log
# 'console' logs are available into systemd
LOG_CHANNEL=console
#
# VARIABLES BELOW MUST BE DEFINED BUT CAN BE EMPTY
#
DEBUG=1
# Empty means "debug mode disabled"
# DEBUG=
# WARNING: ALLOWED_HOSTS must be correct in production!
# See https://docs.djangoproject.com/en/2.2/ref/settings/#allowed-hosts
# Must be a semicolon-separated list of strings, e.g.: "localhost;127.0.0.1"
# An empty variable will produce Django's default (an empty list)
ALLOWED_HOSTS=*
SMTP_USER=