How to get the api key when running supabase in docker (local)
I'm following the guides (https://supabase.com/docs/guides/cli/local-development) and I have setup my local supabase instance for development using docker.
I have a sveltekit app that sets up the private variables, it works when I set them to my remote staging supabase instance, but I can't figure out how to point my application to my local instance.
On the local install, there is no page for API Settings to get the
I have a sveltekit app that sets up the private variables, it works when I set them to my remote staging supabase instance, but I can't figure out how to point my application to my local instance.
On the local install, there is no page for API Settings to get the
anon and service_role key and I can't figure out how to configure this (Sorry for the noob question, I probably missed something obvious, this is my first solo app)