This commit is contained in:
parent
8b77ede8d5
commit
c4b59f3292
|
|
@ -19,6 +19,10 @@ module.exports = withBundleAnalyzer(
|
||||||
protocol: "http",
|
protocol: "http",
|
||||||
hostname: "127.0.0.1"
|
hostname: "127.0.0.1"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
protocol: "http",
|
||||||
|
hostname: "**"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
protocol: "https",
|
protocol: "https",
|
||||||
hostname: "**"
|
hostname: "**"
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,8 @@ export DB_INSTALL_ROLES="true"
|
||||||
# ✅ 明确告诉系统是单租户,避免 undefined
|
# ✅ 明确告诉系统是单租户,避免 undefined
|
||||||
export MULTI_TENANT="false"
|
export MULTI_TENANT="false"
|
||||||
export TENANT_ID="storage-single-tenant"
|
export TENANT_ID="storage-single-tenant"
|
||||||
|
export REGION="chatdesk"
|
||||||
|
export SUPABASE_PROJECT_REF="storage-single-tenant"
|
||||||
|
|
||||||
# ✅ 日志调试(可选)
|
# ✅ 日志调试(可选)
|
||||||
echo "[DEBUG] MULTI_TENANT=$MULTI_TENANT"
|
echo "[DEBUG] MULTI_TENANT=$MULTI_TENANT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue