From: Haelwenn (lanodan) Monnier Date: Fri, 30 Nov 2018 02:05:34 +0000 (+0100) Subject: config/prod.exs: Remove server: true X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=761ed2355fceccbc267af3d8e0784b07c288819e;p=akkoma config/prod.exs: Remove server: true This breaks mix tasks in regular Elixir --- diff --git a/config/prod.exs b/config/prod.exs index e5e5a977e..d0cfd1ac2 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -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"