Remove unused MigrationsPath config parameter

debian
Jan Dittberner 5 years ago
parent 29a7a1c90c
commit c55617edc0

@ -709,7 +709,6 @@ type Config struct {
CookieSecret string `yaml:"cookie_secret"`
CsrfKey string `yaml:"csrf_key"`
BaseURL string `yaml:"base_url"`
MigrationsPath string `yaml:"migrations_path"`
HttpAddress string `yaml:"http_address"`
HttpsAddress string `yaml:"https_address"`
MailServer struct {

@ -9,7 +9,6 @@ server_key: server.key
cookie_secret: base64encoded_random_byte_value_of_at_least_32_bytes
csrf_key: base64encoded_random_byte_value_of_at_least_32_bytes
base_url: https://motions.cacert.org
migrations_path: db
mail_server:
host: localhost
port: 25
Loading…
Cancel
Save