diff options
author | Aaron Parecki <aaron@parecki.com> | 2022-06-04 13:23:28 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2022-06-04 13:23:28 -0700 |
commit | b3b3dc41bce85850bf60347bdaec954390b674df (patch) | |
tree | b0ba566467ece4ccb087f99e545e4799c816a079 /lib/config.template.php | |
parent | 30f62de1816439ba5920abfbede0721d568b8962 (diff) |
switch to local rendering of static map
Diffstat (limited to 'lib/config.template.php')
-rw-r--r-- | lib/config.template.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index 4d168b2..0aea57c 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -20,6 +20,8 @@ class Config { public static $twitterClientID = ''; public static $twitterClientSecret = ''; + public static $mapTileURL = ''; + // https://developers.google.com/maps/documentation/javascript/get-api-key public static $googleMapsAPIKey = ''; } |