mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 10:19:19 +00:00
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 @@ 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 a new issue