aboutsummaryrefslogtreecommitdiff
path: root/config/prod.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2018-03-28 16:03:42 +0200
committerlain <lain@soykaf.club>2018-03-28 16:03:42 +0200
commit6dc98aaf893dea48ed6fecb40b4b9587c3bb7a96 (patch)
treed74010e2886c02f458a780ef9d2268bb20f8a0fe /config/prod.exs
parentdf8fc7249103fc1fdb574463201f02f4c99f9bec (diff)
downloadpleroma-6dc98aaf893dea48ed6fecb40b4b9587c3bb7a96.tar.gz
Clean up prod.exs a bit.
Diffstat (limited to 'config/prod.exs')
-rw-r--r--config/prod.exs6
1 files changed, 1 insertions, 5 deletions
diff --git a/config/prod.exs b/config/prod.exs
index 8522c67da..d0cfd1ac2 100644
--- 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