X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fprod.exs;h=1179cf3b0a383f36f2084d8ceedc05e69c4f65fd;hb=4f5149c93be8d0abffca2aa74984b03d8e27739d;hp=8522c67daee0405804a216ce019e9646670ea702;hpb=ad0ab3a57bc5591806cae0201d8077ffb10b6634;p=akkoma diff --git a/config/prod.exs b/config/prod.exs index 8522c67da..1179cf3b0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -15,14 +15,10 @@ 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 +config :logger, level: :warn # ## SSL Support #