mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
21 lines
1 KiB
JavaScript
21 lines
1 KiB
JavaScript
window.__CONFIG__ = {
|
|
// PROXIES ARE STORED IN ENV VAR
|
|
|
|
// The READ API key to access TMDB
|
|
VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhZTljNGE2ZDE1ZDFiODZiNzdlMWQyYmI5ZGY0MzdmYyIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.kAX7TkbKuJkNty6IsjcCLnoENFicVZn6d6DkLQsy3p8",
|
|
|
|
// The DMCA email displayed in the footer, null to hide the DMCA link
|
|
VITE_DMCA_EMAIL: "sudo-flix@proton.me",
|
|
|
|
// Whether to disable hash-based routing, leave this as false if you don't know what this is
|
|
VITE_NORMAL_ROUTER: true,
|
|
|
|
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app
|
|
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
|
|
|
|
// Maybe do this at a later date
|
|
//VITE_TURNSTILE_KEY: "3x00000000000000000000FF", // https://movie-web.github.io/docs/proxy/configuration
|
|
|
|
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
|
|
VITE_DISALLOWED_IDS: "",
|
|
};
|