projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c86d14a
)
config/prod.exs: Remove server: true
author
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Fri, 30 Nov 2018 02:05:34 +0000
(
03:05
+0100)
committer
Haelwenn (lanodan) Monnier
<contact@hacktivis.me>
Fri, 30 Nov 2018 02:05:34 +0000
(
03:05
+0100)
This breaks mix tasks in regular Elixir
config/prod.exs
patch
|
blob
|
history
diff --git
a/config/prod.exs
b/config/prod.exs
index e5e5a977e4a0efbe054345f46094c9069c19a622..d0cfd1ac2f895ce7cea4905e74542a67e72f0efd 100644
(file)
--- 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"