deploy: entry for google maps api key

This commit is contained in:
James Graham
2020-12-16 15:35:00 +00:00
parent b2cd5f4940
commit 2998a7e3fb
4 changed files with 11 additions and 1 deletions

View File

@@ -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 %}