Skip to content
Snippets Groups Projects
Verified Commit cafbd47f authored by ynerant's avatar ynerant
Browse files

[constellation] Front web can be disabled


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent a8e94c0d
No related branches found
No related tags found
1 merge request!263[constellation] Constellation is coming
......@@ -20,6 +20,7 @@ glob_constellation:
user: 'constellation'
password: "{{ vault.constellation_django_db_password }}"
name: 'constellation'
front: True
applications:
- 'access'
- 'billing'
......
......@@ -20,6 +20,9 @@ LOCAL_APPS = [
{% endfor %}
]
# Activate this option if a web front is needed
USE_FRONT = {{ constellation.front }}
# The time zone the server is runned in
TIME_ZONE = 'Europe/Paris'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment