pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
at main 20 lines 867 B view raw
1window.__CONFIG__ = { 2 // The URL for the CORS proxy, the URL must NOT end with a slash! 3 // 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 4 VITE_CORS_PROXY_URL: "", 5 6 // The READ API key to access TMDB 7 VITE_TMDB_READ_API_KEY: "", 8 9 // The DMCA email displayed in the footer, null to hide the DMCA link 10 VITE_DMCA_EMAIL: null, 11 12 // Whether to disable hash-based routing, leave this as false if you don't know what this is 13 VITE_NORMAL_ROUTER: true, 14 15 // The backend URL(s) to communicate with - can be a single URL or comma-separated list (e.g., "https://server1.com,https://server2.com") 16 VITE_BACKEND_URL: null, 17 18 // A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>" 19 VITE_DISALLOWED_IDS: "", 20};