config/prod.exs: Remove server: true
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 30 Nov 2018 02:05:34 +0000 (03:05 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Fri, 30 Nov 2018 02:05:34 +0000 (03:05 +0100)
This breaks mix tasks in regular Elixir

config/prod.exs

index e5e5a977e4a0efbe054345f46094c9069c19a622..d0cfd1ac2f895ce7cea4905e74542a67e72f0efd 100644 (file)
@@ -14,7 +14,6 @@ use Mix.Config
 # manifest is generated by the mix phoenix.digest task
 # which you typically run after static files are built.
 config :pleroma, Pleroma.Web.Endpoint,
-  server: true,
   http: [port: 4000],
   protocol: "http"