X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fprod.exs;h=d0cfd1ac2f895ce7cea4905e74542a67e72f0efd;hb=3b706ea493cbb3ee1202fba96d3c2e509c07fb64;hp=8522c67daee0405804a216ce019e9646670ea702;hpb=048f61d7f86b41018214e76649c3c8588bc05a54;p=akkoma 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