Skip to content

Commit

Permalink
Remove API keys. 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskioko committed Dec 30, 2024
1 parent 5693733 commit 045d0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/util/src/commonMain/resources/config.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 045d0bb

Please sign in to comment.