projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46ffd8b
)
Remove dynamic config as default, add healthcheck
author
Ashlynn Anderson
<pea@pea.sh>
Mon, 5 Aug 2019 19:35:34 +0000
(15:35 -0400)
committer
Ashlynn Anderson
<pea@pea.sh>
Tue, 3 Sep 2019 13:31:52 +0000
(09:31 -0400)
config/docker.exs
patch
|
blob
|
history
diff --git
a/config/docker.exs
b/config/docker.exs
index 63ab4cdeefebe3d8756bf09f8f9e5f15ba815a1c..f9f27d141511ea8c3836a880869c38c670953075 100644
(file)
--- a/
config/docker.exs
+++ b/
config/docker.exs
@@
-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,