projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
bf39156
b9544d5
)
Merge branch 'develop' into feature/releases
author
rinpatch
<rinpatch@sdf.org>
Sun, 9 Jun 2019 10:55:32 +0000
(13:55 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Sun, 9 Jun 2019 10:55:32 +0000
(13:55 +0300)
1
2
config/prod.exs
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
config/prod.exs
index adc1c4bb7c38c32eb6ebeffffd3d63b58847caaf,1179cf3b0a383f36f2084d8ceedc05e69c4f65fd..bf1a97de019271f176fd1a4b748da3700621a688
---
1
/
config/prod.exs
---
2
/
config/prod.exs
+++ b/
config/prod.exs
@@@
-17,10
-17,8
+17,10
@@@
config :pleroma, Pleroma.Web.Endpoint
http: [port: 4000],
protocol: "http"
+config :phoenix, serve_endpoints: true
+
# Do not print debug messages in production
- config :logger, level: :
info
+ config :logger, level: :
warn
# ## SSL Support
#