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 = ""
but I do not se any otp_expiry in the config
  1. 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?
Was this page helpful?