Remove dynamic config as default, add healthcheck
authorAshlynn Anderson <pea@pea.sh>
Mon, 5 Aug 2019 19:35:34 +0000 (15:35 -0400)
committerAshlynn Anderson <pea@pea.sh>
Tue, 3 Sep 2019 13:31:52 +0000 (09:31 -0400)
config/docker.exs

index 63ab4cdeefebe3d8756bf09f8f9e5f15ba815a1c..f9f27d141511ea8c3836a880869c38c670953075 100644 (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,