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]