1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00
smov/public/config.js

6 lines
111 B
JavaScript
Raw Normal View History

2022-12-27 16:44:36 +01:00
window.__CONFIG__ = {
2022-12-27 16:57:11 +01:00
// url must NOT end with a slash
2023-02-28 20:04:01 +01:00
VITE_CORS_PROXY_URL: "",
2023-06-23 21:58:33 +02:00
TMDB_READ_API_KEY: ""
2022-12-27 16:44:36 +01:00
};