This commit is contained in:
parent
8b77ede8d5
commit
c4b59f3292
|
|
@ -19,6 +19,10 @@ module.exports = withBundleAnalyzer(
|
|||
protocol: "http",
|
||||
hostname: "127.0.0.1"
|
||||
},
|
||||
{
|
||||
protocol: "http",
|
||||
hostname: "**"
|
||||
},
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "**"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue