.env.local.TEMPLATE: Fix minor typo in comment

This commit is contained in:
David Ernst
2025-11-26 12:12:10 -06:00
parent 4121387cbd
commit 80e3a591ba

View File

@@ -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"