aboutsummaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-11-30 03:05:34 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2018-11-30 03:05:34 +0100
commit761ed2355fceccbc267af3d8e0784b07c288819e (patch)
tree8af5a7125cbf4780c1a3d8a731986228b15a7208 /config/prod.exs
parentc86d14a84d075507eb3232a0356226146d6d715f (diff)
downloadpleroma-761ed2355fceccbc267af3d8e0784b07c288819e.tar.gz
config/prod.exs: Remove server: true
This breaks mix tasks in regular Elixir
Diffstat (limited to 'config/prod.exs')
-rw-r--r--config/prod.exs1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/prod.exs b/config/prod.exs
index e5e5a977e..d0cfd1ac2 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -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"