© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•14mo ago•
2 replies
Igor Krawczuk

config.toml otp and bucket branching

Trying to enable branching for our db, seems to have worked, but I am hesitant to click merge the created branch into our db for two reasons:

1. supabase db link detects this diff
@@ -89,7 +89,7 @@
 secure_password_change = true
 max_frequency = "120s"
 otp_length = 6
-otp_expiry = 3600
+otp_expiry = 7200
 [auth.email.template]
 [auth.email.template.confirmation]
 content_path = ""
@@ -89,7 +89,7 @@
 secure_password_change = true
 max_frequency = "120s"
 otp_length = 6
-otp_expiry = 3600
+otp_expiry = 7200
 [auth.email.template]
 [auth.email.template.confirmation]
 content_path = ""


but I do not se any otp_expiry in the config
2. We have storage configured on the remote project, but do not see anything in the config.toml nor did I find it anywhere in the documentation => will merging this branch cause any issues?

In general, when using branching, is there any risk of data loss if e.g. a config file is missing some entries from remote? Is there a way to do supabase config pull before doing supabase config push?
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Branching + config.toml
SupabaseSSupabase / help-and-questions
3w ago
supabase/config.toml file locally
SupabaseSSupabase / help-and-questions
4mo ago
config.toml does not match on old (and new) projects
SupabaseSSupabase / help-and-questions
14mo ago
Branching and Vercel environments
SupabaseSSupabase / help-and-questions
4mo ago