mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
deploy: entry for google maps api key
This commit is contained in:
4
roles/defaults/main.yml
Normal file
4
roles/defaults/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
db_name: 'breccia'
|
||||
db_user: 'breccia'
|
||||
db_pass: 'breccia'
|
||||
@@ -14,6 +14,8 @@ venv_dir: '{{ project_dir }}/venv'
|
||||
web_user: nginx
|
||||
web_group: nginx
|
||||
db_name: '{{ project_name }}'
|
||||
db_user: 'breccia'
|
||||
db_pass: 'breccia'
|
||||
|
||||
display_short_name: 'BRECcIA'
|
||||
display_long_name: 'BRECcIA Mapper'
|
||||
@@ -23,3 +23,7 @@ DEFAULT_FROM_EMAIL={{ default_from_email }}
|
||||
{% if email_port is defined %}
|
||||
EMAIL_PORT={{ email_port }}
|
||||
{% endif %}
|
||||
|
||||
{% if google_maps_api_key is defined %}
|
||||
GOOGLE_MAPS_API_KEY={{ google_maps_api_key }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user