mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-29 16:07:40 +01:00
Migrate all services to railway pro plan
This commit is contained in:
parent
d9b291df08
commit
1b5074dbef
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
window.__CONFIG__ = {
|
||||
// The URL for the CORS proxy, the URL must NOT end with a slash!
|
||||
VITE_CORS_PROXY_URL: "https://sudo-proxy.netlify.app",
|
||||
VITE_CORS_PROXY_URL: "https://sudo-proxy.netlify.app", // https://mweb-proxy.up.railway.app
|
||||
|
||||
// The READ API key to access TMDB
|
||||
VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJiZmU0OGY4NjFkY2NmMjczMzUyMDdmMWVjYmVkNjNjNiIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.GiCKswc2u9NraBbujm0ykI5G3p-K9WJoHg40jYbFv4o",
|
||||
|
@ -12,7 +12,7 @@ window.__CONFIG__ = {
|
|||
VITE_NORMAL_ROUTER: false,
|
||||
|
||||
// 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.up.railway.app", // Host on pro account before this DB fills up
|
||||
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>"
|
||||
VITE_DISALLOWED_IDS: ""
|
||||
|
|
Loading…
Reference in a new issue