mirror of
https://github.com/siv-org/siv.git
synced 2026-01-09 10:27:57 -05:00
.env.local.TEMPLATE: Fix minor typo in comment
This commit is contained in:
@@ -6,7 +6,7 @@ JWT_SECRET=ReplaceWithYourOwnBigLongRandomStringHere
|
||||
ADMIN_EMAIL=
|
||||
|
||||
# SIV blocks sending voter-invites emails with `localhost` links.
|
||||
# They won't work for voters! Very embarassing when you accidentally
|
||||
# They won't work for voters! Very embarrassing when you accidentally
|
||||
# send hundreds of them in a rushed election moment.
|
||||
# But you can (optionally) add your own email (or domain) here, for local testing
|
||||
ACCEPTS_LOCALHOST_EMAILS = "you@email.com" # or "yourdomain.com"
|
||||
|
||||
Reference in New Issue
Block a user