diff options
author | Aaron Parecki <aaron@parecki.com> | 2024-08-31 09:27:42 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2024-08-31 09:27:42 -0700 |
commit | 8ecaed3d2f5a19bf1a5c4cb077658e1bd3bc8438 (patch) | |
tree | f0c2da5dd0a96291900518eeb71544d0a2d0882c /lib | |
parent | 38e4a4aeb6b34f2b3765d9d4bbd8e681194f262e (diff) |
Diffstat (limited to 'lib')
-rw-r--r-- | lib/config.template.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/config.template.php b/lib/config.template.php index 99f69a7..c7a3b66 100644 --- a/lib/config.template.php +++ b/lib/config.template.php @@ -17,9 +17,6 @@ class Config { public static $jwtSecret = 'xxx'; - public static $twitterClientID = ''; - public static $twitterClientSecret = ''; - public static $atlasToken = ''; public static $mapTileURL = ''; |