config/prod.exs: Remove server: true

This breaks mix tasks in regular Elixir
This commit is contained in:
Haelwenn (lanodan) Monnier 2018-11-30 03:05:34 +01:00
parent c86d14a84d
commit 761ed2355f
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 0 additions and 1 deletions

View 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"