Clean up prod.exs a bit.

This commit is contained in:
lain 2018-03-28 16:03:42 +02:00
parent df8fc72491
commit 6dc98aaf89
1 changed files with 1 additions and 5 deletions

View File

@ -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