forked from AkkomaGang/akkoma
config/prod.exs: Remove server: true
This breaks mix tasks in regular Elixir
This commit is contained in:
parent
c86d14a84d
commit
761ed2355f
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
||||||
# manifest is generated by the mix phoenix.digest task
|
# manifest is generated by the mix phoenix.digest task
|
||||||
# which you typically run after static files are built.
|
# which you typically run after static files are built.
|
||||||
config :pleroma, Pleroma.Web.Endpoint,
|
config :pleroma, Pleroma.Web.Endpoint,
|
||||||
server: true,
|
|
||||||
http: [port: 4000],
|
http: [port: 4000],
|
||||||
protocol: "http"
|
protocol: "http"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue