config/prod.exs: Remove server: true
This breaks mix tasks in regular Elixir
This commit is contained in:
parent
c86d14a84d
commit
761ed2355f
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user