hagrid-keyserver--hagrid/Rocket.toml.dist

26 lines
535 B
Plaintext
Raw Normal View History

[global]
address = "0.0.0.0"
port = 8080
template_dir = "dist/templates"
2019-04-26 16:33:26 +00:00
assets_dir = "dist/assets"
keys_dir = "dist/keys"
2019-04-26 21:18:01 +00:00
token_dir = "dist/tokens"
2019-04-26 16:33:26 +00:00
tmp_dir = "dist/tmp"
[development]
base-URI = "http://localhost:8080"
from = "noreply@localhost"
x-accel-redirect = false
token_secret = "hagrid"
token_validity = 3600
[staging]
base-URI = "https://keys.openpgp.org"
from = "noreply@keys.openpgp.org"
x-accel-redirect = true
[production]
base-URI = "https://keys.openpgp.org"
from = "noreply@keys.openpgp.org"
x-accel-redirect = true