Removed USERNAME variable from the configuration.
This commit is contained in:
Katelya
2025-10-01 23:10:34 +08:00
committed by GitHub
parent 89f6196d1f
commit 708d204967
-2
View File
@@ -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"