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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user