mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Add turnstile key
This commit is contained in:
parent
efe3639ec8
commit
09e3cf86c0
2 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
"purpose": "any"
|
"purpose": "any"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "public/splash_screens/icon144x144.png",
|
"src": "/splash_screens/icon144x144.png",
|
||||||
"sizes": "144x144",
|
"sizes": "144x144",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "any"
|
"purpose": "any"
|
||||||
|
|
|
@ -14,6 +14,8 @@ window.__CONFIG__ = {
|
||||||
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app
|
// The backend URL to communicate with, defaults to the movie-web hosted one at backend.movie-web.app
|
||||||
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
|
VITE_BACKEND_URL: "https://sudo-flix-backend.lol", // "https://mw-backend.lonelil.com",
|
||||||
|
|
||||||
|
VITE_TURNSTILE_KEY: "0x4AAAAAAAS81pG5ZOMv0QWKzXfMLGrwzd0", // 0x4AAAAAAAS81noD_91gtB_S
|
||||||
|
|
||||||
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
|
// A comma separated list of disallowed IDs in the case of a DMCA claim - in the format "series-<id>" and "movie-<id>"
|
||||||
VITE_DISALLOWED_IDS: ""
|
VITE_DISALLOWED_IDS: ""
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue