Browse Source

Remove dynamic config as default, add healthcheck

tags/v1.1.4
Ashlynn Anderson 4 years ago
parent
commit
bd8b92ea5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/docker.exs

+ 1
- 1
config/docker.exs 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,


Loading…
Cancel
Save