From 42260ff2e144ad65c9bc80b27a16f98a406fc969 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 17 Jan 2022 17:40:02 +0100 Subject: [PATCH] web: change profile names to match rocket's new convention see https://rocket.rs/v0.5-rc/guide/configuration/#default-provider --- Rocket.toml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rocket.toml.dist b/Rocket.toml.dist index 2760c0f..0866af8 100644 --- a/Rocket.toml.dist +++ b/Rocket.toml.dist @@ -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"