[constellation] Front web can be disabled

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-24 14:02:46 +01:00
parent a8e94c0d8b
commit cafbd47fe9
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 4 additions and 0 deletions

View File

@ -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'

View File

@ -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'