mirror of
https://gitlab.com/keys.openpgp.org/hagrid.git
synced 2025-10-05 16:12:44 +02:00
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:
committed by
Vincent Breitmoser
parent
7b413150ca
commit
42260ff2e1
@@ -2,7 +2,7 @@
|
|||||||
address = "0.0.0.0"
|
address = "0.0.0.0"
|
||||||
port = 8080
|
port = 8080
|
||||||
|
|
||||||
[development]
|
[debug]
|
||||||
base-URI = "http://localhost:8080"
|
base-URI = "http://localhost:8080"
|
||||||
from = "noreply@localhost"
|
from = "noreply@localhost"
|
||||||
x-accel-redirect = false
|
x-accel-redirect = false
|
||||||
@@ -36,7 +36,7 @@ maintenance_file = "maintenance"
|
|||||||
enable_prometheus = false
|
enable_prometheus = false
|
||||||
email_template_dir = "email-templates"
|
email_template_dir = "email-templates"
|
||||||
|
|
||||||
[production]
|
[release]
|
||||||
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 = "noreply@keys.openpgp.org"
|
from = "noreply@keys.openpgp.org"
|
||||||
|
Reference in New Issue
Block a user