mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-06 07:55:58 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
window.__CONFIG__ = {
|
|
// url must NOT end with a slash
|
|
VITE_CORS_PROXY_URL: "",
|
|
TMDB_READ_API_KEY: ""
|
|
};
|