From f95bf0965222947a7a7315950d01d9ebade480b1 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 26 May 2025 17:42:11 +0800 Subject: [PATCH] . --- supabase/postgres/supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/supabase/postgres/supervisord.conf b/supabase/postgres/supervisord.conf index 182871c..feb747e 100644 --- a/supabase/postgres/supervisord.conf +++ b/supabase/postgres/supervisord.conf @@ -50,6 +50,7 @@ priority=50 autorestart=true stderr_logfile=/var/log/storage-api.err.log stdout_logfile=/var/log/storage-api.out.log +environment=MULTI_TENANT="false" [program:kong]