From 7b75b3a5aaf03668b0832e9b0d927938d1f8a0c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=81scar=20M=2E=20Lage?= Date: Wed, 9 Oct 2024 21:05:40 +0200 Subject: [PATCH] Update env.sample --- env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/env.sample b/env.sample index 50d6a5b..54079fd 100644 --- a/env.sample +++ b/env.sample @@ -1,4 +1,7 @@ # Secrets and API Keys +TRAKT_CLIENT_ID=your_trakt_client_id +TRAKT_CLIENT_SECRET=your_trakt_client_secret +TRAKT_REDIRECT_URI=your_trakt_redirect_uri IMDB_API_KEY=your_imdb_api_key IGDB_API_KEY=your_igdb_api_key ISBNDB_API_KEY=your_isbndb_api_key