diff --git a/boardvoting.go b/boardvoting.go index e1dc743..7817bd3 100644 --- a/boardvoting.go +++ b/boardvoting.go @@ -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 { diff --git a/config.yaml.example b/config.yaml.example index 7d10163..234679b 100644 --- a/config.yaml.example +++ b/config.yaml.example @@ -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 \ No newline at end of file