From: lain Date: Wed, 28 Mar 2018 14:03:42 +0000 (+0200) Subject: Clean up prod.exs a bit. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=6dc98aaf893dea48ed6fecb40b4b9587c3bb7a96;p=akkoma Clean up prod.exs a bit. --- 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