Clean up prod.exs a bit.

This commit is contained in:
lain 2018-03-28 16:03:42 +02:00
parent df8fc72491
commit 6dc98aaf89

View file

@ -15,11 +15,7 @@ use Mix.Config
# which you typically run after static files are built. # which you typically run after static files are built.
config :pleroma, Pleroma.Web.Endpoint, config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4000], http: [port: 4000],
protocol: "http", protocol: "http"
debug_errors: true,
code_reloader: true,
check_origin: false,
watchers: []
# Do not print debug messages in production # Do not print debug messages in production
config :logger, level: :info config :logger, level: :info