1
0
Fork 0
mirror of https://github.com/movie-web/movie-web.git synced 2025-03-04 11:06:06 +00:00
movie-web/public/config.js

7 lines
177 B
JavaScript
Raw Normal View History

2022-12-27 15:44:36 +00:00
window.__CONFIG__ = {
2022-12-27 15:57:11 +00:00
// url must NOT end with a slash
2023-02-28 19:04:01 +00:00
VITE_CORS_PROXY_URL: "",
2022-12-27 15:44:36 +00:00
VITE_TMDB_API_KEY: "b030404650f279792a8d3287232358e3",
2023-02-21 20:17:36 +00:00
VITE_OMDB_API_KEY: "aa0937c0",
2022-12-27 15:44:36 +00:00
};