Commit 5b0c466e by Edward Zarecor

Adding new default

parent 13e5eb3c
......@@ -100,6 +100,8 @@ DISCOVERY_MEDIA_STORAGE_BACKEND:
MEDIA_ROOT: '{{ DISCOVERY_MEDIA_ROOT }}'
MEDIA_URL: '{{ DISCOVERY_MEDIA_URL }}'
DISCOVERY_STATICFILES_STORAGE: 'django.contrib.staticfiles.storage.StaticFilesStorage'
DISCOVERY_EXTRA_APPS: []
DISCOVERY_SERVICE_CONFIG:
......@@ -142,6 +144,7 @@ DISCOVERY_SERVICE_CONFIG:
EXTRA_APPS: '{{ DISCOVERY_EXTRA_APPS }}'
MEDIA_STORAGE_BACKEND: '{{ DISCOVERY_MEDIA_STORAGE_BACKEND }}'
STATICFILES_STORAGE: '{{ DISCOVERY_STATICFILES_STORAGE }}'
DISCOVERY_REPOS:
- PROTOCOL: "{{ COMMON_GIT_PROTOCOL }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment