diff options
Diffstat (limited to 'config/prod.exs')
-rw-r--r-- | config/prod.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/prod.exs b/config/prod.exs index 1179cf3b0..bf1a97de0 100644 --- a/config/prod.exs +++ b/config/prod.exs @@ -17,6 +17,8 @@ config :pleroma, Pleroma.Web.Endpoint, http: [port: 4000], protocol: "http" +config :phoenix, serve_endpoints: true + # Do not print debug messages in production config :logger, level: :warn |