Skip to content

Commit ce8c6d8

Browse files
committed
chore: update example docs
1 parent 5a2b95a commit ce8c6d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/resources/settings.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ resource "supabase_settings" "production" {
3434
})
3535
3636
auth = jsonencode({
37-
site_url = "http://localhost:3000"
37+
site_url = "http://localhost:3000"
38+
mailer_otp_exp = 3600
39+
mfa_phone_otp_length = 6
40+
sms_otp_length = 6
3841
})
3942
}
4043
```

0 commit comments

Comments
 (0)