projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7223c1b
)
Fix wrong placement of serve_endpoints
author
rinpatch
<rinpatch@sdf.org>
Sat, 8 Jun 2019 18:26:00 +0000
(21:26 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sat, 8 Jun 2019 18:27:39 +0000
(21:27 +0300)
config/prod.exs
patch
|
blob
|
history
diff --git
a/config/prod.exs
b/config/prod.exs
index cd5cdb087eb1b566b3947d972abc7a6fd37f1ca5..adc1c4bb7c38c32eb6ebeffffd3d63b58847caaf 100644
(file)
--- a/
config/prod.exs
+++ b/
config/prod.exs
@@
-15,8
+15,9
@@
use Mix.Config
# which you typically run after static files are built.
config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4000],
- protocol: "http",
- serve_endpoints: true
+ protocol: "http"
+
+config :phoenix, serve_endpoints: true
# Do not print debug messages in production
config :logger, level: :info