fluxa-desktop/.env.example
KhooLy c0c7f4b2af Wire AniList OAuth secrets into release builds
FLUXA_ANILIST_CLIENT_ID/SECRET were never passed to the CI build
jobs, so release builds compiled ANILIST_CLIENT_ID to empty and
users saw "FLUXA_ANILIST_CLIENT_ID is not set." in Settings.
2026-07-10 15:39:12 +03:00

18 lines
673 B
Text

# Trakt — https://trakt.tv/oauth/applications
FLUXA_TRAKT_CLIENT_ID=your_trakt_client_id
FLUXA_TRAKT_CLIENT_SECRET=your_trakt_client_secret
# MyAnimeList — https://myanimelist.net/apiconfig
FLUXA_MAL_CLIENT_ID=your_mal_client_id
# AniList — https://anilist.co/settings/developer
FLUXA_ANILIST_CLIENT_ID=your_anilist_client_id
FLUXA_ANILIST_CLIENT_SECRET=your_anilist_client_secret
# Simkl — https://simkl.com/settings/developer/
FLUXA_SIMKL_CLIENT_ID=your_simkl_client_id
FLUXA_SIMKL_CLIENT_SECRET=your_simkl_client_secret
# Nuvio sync backend (Supabase project)
FLUXA_NUVIO_SUPABASE_URL=your_nuvio_supabase_url
FLUXA_NUVIO_SUPABASE_KEY=your_nuvio_supabase_key