Add metadata, embed scrape, source scrape and CORS config

This commit is contained in:
William Oldham
2023-12-18 21:51:59 +00:00
parent 4584ceaaa6
commit 341569e8d5
3 changed files with 143 additions and 12 deletions

View File

@@ -4,5 +4,6 @@ workers_dev = true
compatibility_date = "2023-12-17"
[vars]
TURNSTILE_ENABLED = true
TURNSTILE_ENABLED = false
TURNSTILE_SECRET = "1x0000000000000000000000000000000AA"
CORS_ALLOWED = "localhost,movie-web.app,dev.movie-web.app"