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
2023-06-23 21:58:33 +02:00

5 lines
111 B
JavaScript

window.__CONFIG__ = {
// url must NOT end with a slash
VITE_CORS_PROXY_URL: "",
TMDB_READ_API_KEY: ""
};