Skip to content

Commit

Permalink
fix: update supabase config
Browse files Browse the repository at this point in the history
  • Loading branch information
h8570rg committed Jan 25, 2025
1 parent f59b4c1 commit bf28a2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ enabled = true
file_size_limit = "50MiB"

[storage.image_transformation]
enabled = true
enabled = false

[auth]
enabled = true
Expand All @@ -87,7 +87,7 @@ refresh_token_reuse_interval = 10
# Allow/disallow new user signups to your project.
enable_signup = true
# Allow/disallow anonymous sign-ins to your project.
enable_anonymous_sign_ins = true
enable_anonymous_sign_ins = false
# Allow/disallow testing manual linking of accounts
enable_manual_linking = false

Expand All @@ -100,7 +100,7 @@ double_confirm_changes = true
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = false
# Controls the minimum amount of time that must pass before sending another signup confirmation or password reset email.
max_frequency = "1s"
max_frequency = "1m0s"

# Uncomment to customize email template
# [auth.email.template.invite]
Expand All @@ -109,11 +109,11 @@ max_frequency = "1s"

[auth.sms]
# Allow/disallow new user signups via SMS to your project.
enable_signup = true
enable_signup = false
# If enabled, users need to confirm their phone number before signing in.
enable_confirmations = false
# Template for sending OTP to users
template = "Your code is {{ .Code }} ."
template = "Your code is {{ .Code }}"
# Controls the minimum amount of time that must pass before sending another sms otp.
max_frequency = "5s"

Expand Down

0 comments on commit bf28a2a

Please sign in to comment.