# Copy to `.env` (git-ignored) and fill in your credentials.
# The examples read these via dotenvy.
# TMDB v4 "API Read Access Token" (bearer). Get one at
# https://www.themoviedb.org/settings/api
TMDB_API_TOKEN=
# AniList needs no credentials for the read-only queries the examples use.