From c75920428dd42592b3af8be7dbb75856b8b380b5 Mon Sep 17 00:00:00 2001 From: avallete Date: Thu, 28 Nov 2024 09:29:16 +0100 Subject: [PATCH] chore(docs): add link to the config reference in toml template --- pkg/config/templates/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/config/templates/config.toml b/pkg/config/templates/config.toml index ec89b2870..902330d3c 100644 --- a/pkg/config/templates/config.toml +++ b/pkg/config/templates/config.toml @@ -1,3 +1,5 @@ +# For detailed configuration reference documentation, visit: +# https://supabase.com/docs/guides/local-development/cli/config # A string used to distinguish different Supabase projects on the same host. Defaults to the # working directory name when running `supabase init`. project_id = "{{ .ProjectId }}"