projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df8fc72
)
Clean up prod.exs a bit.
author
lain
<lain@soykaf.club>
Wed, 28 Mar 2018 14:03:42 +0000
(16:03 +0200)
committer
lain
<lain@soykaf.club>
Wed, 28 Mar 2018 14:03:42 +0000
(16:03 +0200)
config/prod.exs
patch
|
blob
|
history
diff --git
a/config/prod.exs
b/config/prod.exs
index 8522c67daee0405804a216ce019e9646670ea702..d0cfd1ac2f895ce7cea4905e74542a67e72f0efd 100644
(file)
--- a/
config/prod.exs
+++ b/
config/prod.exs
@@
-15,11
+15,7
@@
use Mix.Config
# which you typically run after static files are built.
config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4000],
- protocol: "http",
- debug_errors: true,
- code_reloader: true,
- check_origin: false,
- watchers: []
+ protocol: "http"
# Do not print debug messages in production
config :logger, level: :info