From d2c076acf24d495ae610ad9aeb2d3255fadfbba8 Mon Sep 17 00:00:00 2001 From: S96EA Date: Mon, 4 Dec 2023 20:48:08 +0800 Subject: [PATCH] fix(example): remove supabase kong config from nextjs-todo-list example (#19353) fix: remove supabase kong config from nextjs-todo-list example --- examples/todo-list/nextjs-todo-list/supabase/config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/examples/todo-list/nextjs-todo-list/supabase/config.toml b/examples/todo-list/nextjs-todo-list/supabase/config.toml index 1a1fc154f7..e3274f86e3 100644 --- a/examples/todo-list/nextjs-todo-list/supabase/config.toml +++ b/examples/todo-list/nextjs-todo-list/supabase/config.toml @@ -25,11 +25,6 @@ major_version = 15 # Port to use for Supabase Studio. port = 54323 -[kong] -# Number of nginx workers for handling requests. Set this to 1 to minimize memory usage. -# Omitting it or setting it to 0 will autodetect based on the number of CPU cores. -nginx_worker_processes = 1 - # Email testing server. Emails sent with the local dev setup are not actually sent - rather, they # are monitored, and you can view the emails that would have been sent from the web interface. [inbucket]