From b8c3b34c282249f1bdbc1757fcdfee19981d644b Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 11 Jul 2018 07:13:03 -0700 Subject: use google maps to autocomplete event locations --- lib/config.template.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config.template.php') diff --git a/lib/config.template.php b/lib/config.template.php index 50d3b12..4d168b2 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -19,5 +19,8 @@ class Config { public static $twitterClientID = ''; public static $twitterClientSecret = ''; + + // https://developers.google.com/maps/documentation/javascript/get-api-key + public static $googleMapsAPIKey = ''; } -- cgit v1.2.3