From 419e9504488126db59531ba099de720359fcf912 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 9 Mar 2017 14:31:26 +0200 Subject: [PATCH] Add GOOGLE_MAPS_ENABLED=true to configure docs --- docs/configure.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configure.rst b/docs/configure.rst index 7e6eee2a2854..c79f221092be 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -90,6 +90,8 @@ Google Map You need to create a Google Maps API key for the Javascript, Geocoding and Embed APIs and then add ``GOOGLE_MAPS_API_KEY=your_key`` to the .env file. +You can disable the feature by adding ``GOOGLE_MAPS_ENABLED=false`` to the .env file. + Using a Proxy """""""""""""