This commit is contained in:
hailin 2025-05-26 19:06:47 +08:00
parent 8b77ede8d5
commit c4b59f3292
2 changed files with 6 additions and 0 deletions

View File

@ -19,6 +19,10 @@ module.exports = withBundleAnalyzer(
protocol: "http",
hostname: "127.0.0.1"
},
{
protocol: "http",
hostname: "**"
},
{
protocol: "https",
hostname: "**"

View File

@ -16,6 +16,8 @@ export DB_INSTALL_ROLES="true"
# ✅ 明确告诉系统是单租户,避免 undefined
export MULTI_TENANT="false"
export TENANT_ID="storage-single-tenant"
export REGION="chatdesk"
export SUPABASE_PROJECT_REF="storage-single-tenant"
# ✅ 日志调试(可选)
echo "[DEBUG] MULTI_TENANT=$MULTI_TENANT"