[constellation] Front web can be disabled
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
a8e94c0d8b
commit
cafbd47fe9
|
@ -20,6 +20,7 @@ glob_constellation:
|
||||||
user: 'constellation'
|
user: 'constellation'
|
||||||
password: "{{ vault.constellation_django_db_password }}"
|
password: "{{ vault.constellation_django_db_password }}"
|
||||||
name: 'constellation'
|
name: 'constellation'
|
||||||
|
front: True
|
||||||
applications:
|
applications:
|
||||||
- 'access'
|
- 'access'
|
||||||
- 'billing'
|
- 'billing'
|
||||||
|
|
|
@ -20,6 +20,9 @@ LOCAL_APPS = [
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# Activate this option if a web front is needed
|
||||||
|
USE_FRONT = {{ constellation.front }}
|
||||||
|
|
||||||
# The time zone the server is runned in
|
# The time zone the server is runned in
|
||||||
TIME_ZONE = 'Europe/Paris'
|
TIME_ZONE = 'Europe/Paris'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue