Remove dynamic config as default, add healthcheck

This commit is contained in:
Ashlynn Anderson 2019-08-05 15:35:34 -04:00
parent 46ffd8b3b6
commit bd8b92ea5e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ config :pleroma, :instance,
notify_email: System.get_env("NOTIFY_EMAIL"),
limit: 5000,
registrations_open: false,
dynamic_configuration: true
healthcheck: true
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,