From a2d2a6843cca7ddfa4548aad351cfc19b0e3f32e Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:28:06 -0600 Subject: [PATCH] remove this garbage --- public/config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/public/config.js b/public/config.js index 6e227fda..3ac658f9 100644 --- a/public/config.js +++ b/public/config.js @@ -3,10 +3,8 @@ window.__CONFIG__ = { // If not specified, the onboarding will not allow a "default setup". The user will have to use the extension or set up a proxy themselves VITE_CORS_PROXY_URL: "", - VITE_BACKEND_URL: "https://server.vidbinge.com", - // The READ API key to access TMDB - VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI1NzlkZWYyZDY5ZWFlNDk4ZjJiOTI4MTgyNDdjM2ViMCIsInN1YiI6IjY2MjdmMGJlNjJmMzM1MDE0YmQ4NTFmMiIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.h3KpPvkiaz8uNz1bntAKqsPrxG_4UUWaY3kYME6N6m8", + VITE_TMDB_READ_API_KEY: "", // The DMCA email displayed in the footer, null to hide the DMCA link VITE_DMCA_EMAIL: null,