Skip to content

Commit 87ccdc4

Browse files
committed
chore(secrets): add sanitized Trakt placeholder after history cleanup
1 parent 58f2779 commit 87ccdc4

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

resources/modules/trakt.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Trakt integration placeholder
2+
# Sensitive credentials were removed from the repository history.
3+
# To use Trakt, set CLIENT_ID and CLIENT_SECRET through the addon's settings
4+
# or configure them at runtime — do NOT commit secrets to source control.
5+
6+
CLIENT_ID = 'REDACTED'
7+
CLIENT_SECRET = 'REDACTED'
8+
9+
# The original Trakt integration was removed from history to prevent leaks.

0 commit comments

Comments
 (0)