This commit is contained in:
parent
f95bf09652
commit
8b77ede8d5
|
|
@ -12,7 +12,16 @@ export STORAGE_BACKEND="file"
|
|||
export FILE_SIZE_LIMIT=52428800 # 50 * 1024 * 1024
|
||||
export FILE_STORAGE_BACKEND_PATH="/var/lib/storage"
|
||||
export DB_INSTALL_ROLES="true"
|
||||
|
||||
# ✅ 明确告诉系统是单租户,避免 undefined
|
||||
export MULTI_TENANT="false"
|
||||
export TENANT_ID="storage-single-tenant"
|
||||
|
||||
# ✅ 日志调试(可选)
|
||||
echo "[DEBUG] MULTI_TENANT=$MULTI_TENANT"
|
||||
echo "[DEBUG] TENANT_ID=$TENANT_ID"
|
||||
echo "[DEBUG] FILE_STORAGE_BACKEND_PATH=$FILE_STORAGE_BACKEND_PATH"
|
||||
|
||||
|
||||
# 等待 gotrue 服务可用(健康检查)
|
||||
echo "[storage-api] Waiting for GoTrue at /user..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue