Skip to content

Commit

Permalink
add entries to config templates
Browse files Browse the repository at this point in the history
As per #2433
  • Loading branch information
rhnaxifg4y committed Jun 18, 2024
1 parent c5dee26 commit a238b3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/utils/templates/init_config.test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ enable_signup = true
double_confirm_changes = true
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = false
# Use a production-ready SMTP server
# smtp_admin_email = "3ilbi6ee8c@gmail.com"
# smtp_host = "smtp.sendgrid.net"
# smtp_port = "587"
# smtp_user = "apikey"
# smtp_pass = "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"
# smtp_sender_name = "John Doe"
# Controls the minimum amount of time that must pass before sending another signup confirmation or password reset email.
max_frequency = "1s"

Expand Down
7 changes: 7 additions & 0 deletions internal/utils/templates/init_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ enable_signup = true
double_confirm_changes = true
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = false
# Use a production-ready SMTP server
# smtp_admin_email = "3ilbi6ee8c@gmail.com"
# smtp_host = "smtp.sendgrid.net"
# smtp_port = "587"
# smtp_user = "apikey"
# smtp_pass = "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"
# smtp_sender_name = "John Doe"
# Controls the minimum amount of time that must pass before sending another signup confirmation or password reset email.
max_frequency = "1s"

Expand Down

0 comments on commit a238b3e

Please sign in to comment.