config/prod.exs: Remove server: true
[akkoma] / 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"