From 045d0bb0b73d17f9bb317f1e7876992316bd5b42 Mon Sep 17 00:00:00 2001 From: Thomas Kioko Date: Mon, 30 Dec 2024 13:46:10 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20API=20keys.=20=F0=9F=A4=A6=E2=80=8D?= =?UTF-8?q?=E2=99=82=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/util/src/commonMain/resources/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/util/src/commonMain/resources/config.yaml b/core/util/src/commonMain/resources/config.yaml index e13bf51f4..074bebe8a 100644 --- a/core/util/src/commonMain/resources/config.yaml +++ b/core/util/src/commonMain/resources/config.yaml @@ -1,5 +1,5 @@ isDebug: true -tmdbApiKey: "326d9af46d0894da98b9ae7def3427d7" -traktClientId: "7d349636b37a1795ded3ceae3c1cbbdfce476db759083bac64d0e800253bf300" -traktClientSecret: "8509e6188adb4bbaf5df7892d38e00cf33490c165fc9aa17815998421cedb054" +tmdbApiKey: "PUT_API_KEY_HERE" +traktClientId: "PUT_CLIENT_ID_HERE" +traktClientSecret: "PUT_CLIENT_SECRET_HERE" traktRedirectUri: "PUT_CALLBACK_URI_HERE"