sudo-archive/public/config.js

7 lines
207 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-27 23:35:56 +00:00
VITE_CORS_PROXY_URL: "https://rough.isra.workers.dev",
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
};