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