mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
22 lines
457 B
Text
22 lines
457 B
Text
[global]
|
|
address = "0.0.0.0"
|
|
port = 8080
|
|
template_dir = "dist/templates"
|
|
state_dir = "dist"
|
|
|
|
[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
|