Remove turnstile key

This commit is contained in:
Cooper Ransom 2024-02-29 15:10:34 -05:00
parent 09e3cf86c0
commit fbb1437646
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@ window.__CONFIG__ = {
// 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_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>"
VITE_DISALLOWED_IDS: ""
};