mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-10 23:55:05 +01:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
window.__CONFIG__ = {
|
|
// url must NOT end with a slash
|
|
VITE_CORS_PROXY_URL: "",
|
|
VITE_TMDB_READ_API_KEY: ""
|
|
};
|