From 1e90689360ab12b5792f2f413bf54382e2ce8ecc Mon Sep 17 00:00:00 2001 From: Adrian Winterstein Date: Sat, 28 Sep 2024 16:23:17 +0200 Subject: [PATCH] Removed unused Facebook parameters from the configuration example --- config.json.example | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.json.example b/config.json.example index 3057a663fa..11218f0ea9 100644 --- a/config.json.example +++ b/config.json.example @@ -20,8 +20,6 @@ "EMAIL_SERVER_URL": "http://example.com", "ENABLE_CONSOLE_LOGS_IN_PROD": "false", "ENABLE_CONSOLE_LOGS_IN_TEST": "false", - "FACEBOOK_KEY": "123456789012345", - "FACEBOOK_SECRET": "aaaabbbbccccddddeeeeffff00001111", "FLAG_REPORT_EMAIL": "email@example.com, email2@example.com", "GA_ID": "GA_ID", "GOOGLE_CLIENT_ID": "123456789012345",