Redo proxies last time

This commit is contained in:
Cooper Ransom 2024-03-07 14:11:28 -05:00
parent af3f55aa28
commit b45a6dbed4
1 changed files with 1 additions and 1 deletions

View File

@ -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-proxy2.netlify.app", "https://sudo-proxy.netlify.app"],
VITE_CORS_PROXY_URL: ["https://sudo-proxy2.netlify.app", "https://sudo-proxy3.up.railway.app"],
// The READ API key to access TMDB
VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiJhZTljNGE2ZDE1ZDFiODZiNzdlMWQyYmI5ZGY0MzdmYyIsInN1YiI6IjY1YjNmMWI0NTk0Yzk0MDE2MzNkZDBjNSIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.kAX7TkbKuJkNty6IsjcCLnoENFicVZn6d6DkLQsy3p8",