fix(example): remove supabase kong config from nextjs-todo-list example (#19353)

fix: remove supabase kong config from nextjs-todo-list example
This commit is contained in:
S96EA
2023-12-04 20:48:08 +08:00
committed by GitHub
parent 4bed86e5e2
commit d2c076acf2

View File

@@ -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]