mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
fix: Add missing settings to template
This commit is contained in:
@@ -14,3 +14,6 @@ venv_dir: '{{ project_dir }}/venv'
|
|||||||
web_user: nginx
|
web_user: nginx
|
||||||
web_group: nginx
|
web_group: nginx
|
||||||
db_name: '{{ project_name }}'
|
db_name: '{{ project_name }}'
|
||||||
|
|
||||||
|
display_short_name: 'BRECcIA'
|
||||||
|
display_long_name: 'BRECcIA Mapper'
|
||||||
@@ -6,13 +6,5 @@ DEBUG={{ "True" if deploy_mode > 1 else "False" }}
|
|||||||
ALLOWED_HOSTS={{ inventory_hostname }},localhost,127.0.0.1
|
ALLOWED_HOSTS={{ inventory_hostname }},localhost,127.0.0.1
|
||||||
DATABASE_URL=mysql://{{ db_user }}:{{ db_pass }}@localhost:3306/{{ db_name }}
|
DATABASE_URL=mysql://{{ db_user }}:{{ db_pass }}@localhost:3306/{{ db_name }}
|
||||||
|
|
||||||
# LDAP auth
|
PROJECT_SHORT_NAME={{ display_short_name }}
|
||||||
AUTH_LDAP_SERVER_URI={{ ldap_server }}
|
PROJECT_LONG_NAME={{ display_long_name }}
|
||||||
AUTH_LDAP_USER_SEARCH={{ ldap_user_search }}
|
|
||||||
AUTH_LDAP_GROUP_SEARCH={{ ldap_group_search }}
|
|
||||||
|
|
||||||
# PURE settings
|
|
||||||
PURE_URL={{ pure_api_url }}
|
|
||||||
PURE_API_KEY={{ pure_api_key }}
|
|
||||||
PURE_USERNAME={{ pure_api_user }}
|
|
||||||
PURE_PASSWORD={{ pure_api_pass }}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user