mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
update Rocket.toml.dist because previous production config caused email errors
This commit is contained in:
parent
5b2d44c43a
commit
3234400ffa
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ email_template_dir = "email-templates"
|
||||||
[production]
|
[production]
|
||||||
base-URI = "https://keys.openpgp.org"
|
base-URI = "https://keys.openpgp.org"
|
||||||
base-URI-Onion = "https://keys.openpgp.org"
|
base-URI-Onion = "https://keys.openpgp.org"
|
||||||
from = "keys.openpgp.org <noreply@keys.openpgp.org>"
|
from = "noreply@keys.openpgp.org"
|
||||||
x-accel-redirect = true
|
x-accel-redirect = true
|
||||||
token_secret = "generated production secret"
|
token_secret = "generated production secret"
|
||||||
token_validity = 3600
|
token_validity = 3600
|
||||||
|
|
Loading…
Reference in a new issue