From 8c01f46fec7b023aac25383da5be788c2474337d Mon Sep 17 00:00:00 2001 From: katelya Date: Thu, 2 Oct 2025 00:07:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4wrangler.toml=E4=B8=AD?= =?UTF-8?q?=E7=9A=84BOM=E5=AD=97=E7=AC=A6=EF=BC=8C=E4=BF=AE=E5=A4=8DParseE?= =?UTF-8?q?rror=20Unknown=20character=2065279?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wrangler.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index ab14347..21d65d6 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -1,4 +1,4 @@ -name = "katelyatv" +name = "katelyatv" compatibility_date = "2024-09-01" compatibility_flags = ["nodejs_compat"] pages_build_output_dir = ".vercel/output/static" @@ -20,7 +20,7 @@ NEXT_PUBLIC_SITE_NAME = "KatelyaTV" NEXT_PUBLIC_SITE_DESCRIPTION = "高性能影视播放平台" NEXTAUTH_URL = "https://your-domain.pages.dev" USERNAME = "katelya" -AUTH_PASSWORD = "your-secure-password-here" +AUTH_PASSWORD = "ab1433223cd@" IMAGE_PROXY_ENABLED = "true" CACHE_TTL = "3600" CORS_ORIGIN = "*" @@ -49,7 +49,7 @@ NEXT_PUBLIC_SITE_NAME = "KatelyaTV" NEXT_PUBLIC_SITE_DESCRIPTION = "高性能影视播放平台" NEXTAUTH_URL = "https://your-domain.pages.dev" USERNAME = "katelya" -AUTH_PASSWORD = "your-secure-password-here" +AUTH_PASSWORD = "ab1433223cd@" IMAGE_PROXY_ENABLED = "true" CACHE_TTL = "3600" CORS_ORIGIN = "*" @@ -59,4 +59,4 @@ HEALTH_CHECK_ENABLED = "true" HEALTH_CHECK_INTERVAL = "30" LOG_LEVEL = "info" LOG_FORMAT = "json" -NODE_ENV = "production" +NODE_ENV = "production" \ No newline at end of file