From c05ef1ed106ba9f292a8a6f61f2e22e609b210f5 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Sun, 12 Mar 2023 15:39:38 +0000 Subject: [PATCH] [DEPLOY] Update template env file to require Google Maps API key --- deploy/deploy-ansible/example.env | 10 +++++----- deploy/deploy-docker/example.env | 10 +++++----- deploy/deploy-vagrant/example.env | 10 +++++----- deploy/example.env | 10 +++++----- 4 files changed, 20 insertions(+), 20 deletions(-) diff --git a/deploy/deploy-ansible/example.env b/deploy/deploy-ansible/example.env index 5bec8b4..d80f500 100644 --- a/deploy/deploy-ansible/example.env +++ b/deploy/deploy-ansible/example.env @@ -6,6 +6,11 @@ SECRET_KEY=changeme # The password for the breccia-mapper user in the postgres database DB_PASSWORD=changeme +# REQUIRED=Google Maps API key +# Google Maps API key to display maps of people's locations - required to enable map functionality +# Default: None +# GOOGLE_MAPS_API_KEY=None + # Debug # Should the server run in debug mode? Provides information to users which is unsafe in production # Default: False @@ -127,8 +132,3 @@ DEBUG=False # Cannot be enabled at the same time as EMAIL_USE_TLS # Default: True if EMAIL_PORT == 465 else False # EMAIL_USE_SSL=True if EMAIL_PORT == 465 else False - -# Google Maps API key -# Google Maps API key to display maps of people's locations -# Default: None -# GOOGLE_MAPS_API_KEY=None \ No newline at end of file diff --git a/deploy/deploy-docker/example.env b/deploy/deploy-docker/example.env index 5bec8b4..d80f500 100644 --- a/deploy/deploy-docker/example.env +++ b/deploy/deploy-docker/example.env @@ -6,6 +6,11 @@ SECRET_KEY=changeme # The password for the breccia-mapper user in the postgres database DB_PASSWORD=changeme +# REQUIRED=Google Maps API key +# Google Maps API key to display maps of people's locations - required to enable map functionality +# Default: None +# GOOGLE_MAPS_API_KEY=None + # Debug # Should the server run in debug mode? Provides information to users which is unsafe in production # Default: False @@ -127,8 +132,3 @@ DEBUG=False # Cannot be enabled at the same time as EMAIL_USE_TLS # Default: True if EMAIL_PORT == 465 else False # EMAIL_USE_SSL=True if EMAIL_PORT == 465 else False - -# Google Maps API key -# Google Maps API key to display maps of people's locations -# Default: None -# GOOGLE_MAPS_API_KEY=None \ No newline at end of file diff --git a/deploy/deploy-vagrant/example.env b/deploy/deploy-vagrant/example.env index 5bec8b4..d80f500 100644 --- a/deploy/deploy-vagrant/example.env +++ b/deploy/deploy-vagrant/example.env @@ -6,6 +6,11 @@ SECRET_KEY=changeme # The password for the breccia-mapper user in the postgres database DB_PASSWORD=changeme +# REQUIRED=Google Maps API key +# Google Maps API key to display maps of people's locations - required to enable map functionality +# Default: None +# GOOGLE_MAPS_API_KEY=None + # Debug # Should the server run in debug mode? Provides information to users which is unsafe in production # Default: False @@ -127,8 +132,3 @@ DEBUG=False # Cannot be enabled at the same time as EMAIL_USE_TLS # Default: True if EMAIL_PORT == 465 else False # EMAIL_USE_SSL=True if EMAIL_PORT == 465 else False - -# Google Maps API key -# Google Maps API key to display maps of people's locations -# Default: None -# GOOGLE_MAPS_API_KEY=None \ No newline at end of file diff --git a/deploy/example.env b/deploy/example.env index 5bec8b4..d80f500 100644 --- a/deploy/example.env +++ b/deploy/example.env @@ -6,6 +6,11 @@ SECRET_KEY=changeme # The password for the breccia-mapper user in the postgres database DB_PASSWORD=changeme +# REQUIRED=Google Maps API key +# Google Maps API key to display maps of people's locations - required to enable map functionality +# Default: None +# GOOGLE_MAPS_API_KEY=None + # Debug # Should the server run in debug mode? Provides information to users which is unsafe in production # Default: False @@ -127,8 +132,3 @@ DEBUG=False # Cannot be enabled at the same time as EMAIL_USE_TLS # Default: True if EMAIL_PORT == 465 else False # EMAIL_USE_SSL=True if EMAIL_PORT == 465 else False - -# Google Maps API key -# Google Maps API key to display maps of people's locations -# Default: None -# GOOGLE_MAPS_API_KEY=None \ No newline at end of file