web: change profile names to match rocket's new convention

see https://rocket.rs/v0.5-rc/guide/configuration/#default-provider
This commit is contained in:
Justus Winter 2022-01-17 17:40:02 +01:00 committed by Vincent Breitmoser
parent 7b413150ca
commit 42260ff2e1
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
address = "0.0.0.0"
port = 8080
[development]
[debug]
base-URI = "http://localhost:8080"
from = "noreply@localhost"
x-accel-redirect = false
@ -36,7 +36,7 @@ maintenance_file = "maintenance"
enable_prometheus = false
email_template_dir = "email-templates"
[production]
[release]
base-URI = "https://keys.openpgp.org"
base-URI-Onion = "https://keys.openpgp.org"
from = "noreply@keys.openpgp.org"