Skip to content

Commit

Permalink
Update silly proxy URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain Jack Sparrow committed May 24, 2024
1 parent 72b034b commit ec31414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
window.__CONFIG__ = {
// The URL for the CORS proxy, the URL must NOT end with a slash!
// 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: "https://torn-unicorn.fly.dev",
VITE_CORS_PROXY_URL: "REPLACE THIS",

// The READ API key to access TMDB
VITE_TMDB_READ_API_KEY: "eyJhbGciOiJIUzI1NiJ9.eyJhdWQiOiI1NzlkZWYyZDY5ZWFlNDk4ZjJiOTI4MTgyNDdjM2ViMCIsInN1YiI6IjY2MjdmMGJlNjJmMzM1MDE0YmQ4NTFmMiIsInNjb3BlcyI6WyJhcGlfcmVhZCJdLCJ2ZXJzaW9uIjoxfQ.h3KpPvkiaz8uNz1bntAKqsPrxG_4UUWaY3kYME6N6m8",
Expand Down

0 comments on commit ec31414

Please sign in to comment.