From 3234400ffa97e173687bc5ef46d6b7f1158f13f0 Mon Sep 17 00:00:00 2001 From: Hilary Brenum Date: Mon, 17 Feb 2020 13:15:12 -0800 Subject: [PATCH] update Rocket.toml.dist because previous production config caused email errors --- Rocket.toml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rocket.toml.dist b/Rocket.toml.dist index 2e6182c..2760c0f 100644 --- a/Rocket.toml.dist +++ b/Rocket.toml.dist @@ -39,7 +39,7 @@ email_template_dir = "email-templates" [production] base-URI = "https://keys.openpgp.org" base-URI-Onion = "https://keys.openpgp.org" -from = "keys.openpgp.org " +from = "noreply@keys.openpgp.org" x-accel-redirect = true token_secret = "generated production secret" token_validity = 3600