# We need to obtain a Trakt Client ID and secret in order for the addons to work.
# To obtain these credentials:
# 1. Create an account/Log in on Trakt.tv/ (https://trakt.tv).
# 2. Go to the applications section (https://trakt.tv/oauth/applications).
# 3. Create a new application by filling in the required information (name, description, etc.).
#    - For the "Redirect URL", add the following URLs (replacing the ${*_HOSTNAME} with your actual hostname):
#      - https://${STREMIO_CATALOG_PROVIDERS_HOSTNAME}/callback
# 
TRAKT_CLIENT_ID=
TRAKT_CLIENT_SECRET=
