diff options
author | Aaron Parecki <aaron@parecki.com> | 2022-06-04 13:28:15 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2022-06-04 13:28:15 -0700 |
commit | 91115daede3097737a1de760956cd20c5bbe37e0 (patch) | |
tree | 824e5ffaf82475bdb1d40ca50c5e0e8c3e5ef1d4 /lib | |
parent | 86fb4a5ce73aeafe718dd7d2ad77eaa6ae7da99d (diff) |
add atlas token to config
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.template.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index 0aea57c..99f69a7 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -20,6 +20,7 @@ class Config { public static $twitterClientID = ''; public static $twitterClientSecret = ''; + public static $atlasToken = ''; public static $mapTileURL = ''; // https://developers.google.com/maps/documentation/javascript/get-api-key |