mirror of
https://github.com/FluxaMedia/fluxa-desktop.git
synced 2026-07-26 20:02:09 +00:00
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.
18 lines
673 B
Text
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
|