From 708d20496705edd476e0012682064d054cfadc3c Mon Sep 17 00:00:00 2001 From: Katelya <123220557+katelya77@users.noreply.github.com> Date: Wed, 1 Oct 2025 23:10:34 +0800 Subject: [PATCH] 1 Removed USERNAME variable from the configuration. --- wrangler.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrangler.toml b/wrangler.toml index b85adc1..1af1a32 100644 --- a/wrangler.toml +++ b/wrangler.toml @@ -29,7 +29,6 @@ HEALTH_CHECK_INTERVAL = "30" LOG_LEVEL = "info" LOG_FORMAT = "json" NODE_ENV = "production" -USERNAME = "katelya" # 预览环境配置 [env.preview] @@ -48,4 +47,3 @@ NEXT_PUBLIC_SITE_NAME = "KatelyaTV" NEXT_PUBLIC_SITE_DESCRIPTION = "高性能影视播放平台" IMAGE_PROXY_ENABLED = "true" NODE_ENV = "production" -USERNAME = "katelya"