Merge branch 'master' into 'main'

Backend is broken...

See merge request itzCozi/sudo-flix!4
This commit is contained in:
Cooper Ransom 2024-02-26 17:43:41 +00:00
commit bd514431be
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ window.__CONFIG__ = {
VITE_NORMAL_ROUTER: false, VITE_NORMAL_ROUTER: false,
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app // The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app
VITE_BACKEND_URL: "null", // "https://sudo-flix-backend.up.railway.app", VITE_BACKEND_URL: "https://sudo-flix-backend.up.railway.app",
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>" // 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: "" VITE_DISALLOWED_IDS: ""