Browse Source

feat: remove default VITE_CORS_PROXY_URL

pull/940/head
qtchaos 1 year ago
parent
commit
f93e9288b5
No known key found for this signature in database
GPG Key ID: 7DA98B2B9EF06A90
  1. 3
      public/config.js

3
public/config.js

@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
window.__CONFIG__ = {
// The URL for the CORS proxy, the URL must NOT end with a slash!
VITE_CORS_PROXY_URL: "CHANGEME",
// 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: "",
// The READ API key to access TMDB
VITE_TMDB_READ_API_KEY: "CHANGEME",

Loading…
Cancel
Save