mirror of
https://github.com/hugmouse/maddy-password-reset.git
synced 2025-04-04 07:10:26 +00:00
refactor: disable debug by default
Maybe this will force people to check out main.go
This commit is contained in:
parent
fda300e91d
commit
733287e36b
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -88,7 +88,7 @@ const (
|
|||
HTTPServerPort = 1323
|
||||
|
||||
// DebugBypassMailSending - if true, skips SMTP checks and sending, logs reset link instead.
|
||||
DebugBypassMailSending = true
|
||||
DebugBypassMailSending = false
|
||||
)
|
||||
|
||||
// ---------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue