diff options
Diffstat (limited to 'lib/config.template.php')
-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 = ''; |