diff options
author | Aaron Parecki <aaron@parecki.com> | 2018-07-11 07:13:03 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2018-07-11 07:13:03 -0700 |
commit | b8c3b34c282249f1bdbc1757fcdfee19981d644b (patch) | |
tree | 8b55be1e656c200c9175f7ad0de0ba7b3136a80b /lib/config.template.php | |
parent | c67f48eb28a8aa3fafa161104fc360babf3ed038 (diff) |
use google maps to autocomplete event locations
Diffstat (limited to 'lib/config.template.php')
-rw-r--r-- | lib/config.template.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 = ''; } |