aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/prod.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/prod.exs b/config/prod.exs
index d0cfd1ac2..cd5cdb087 100644
--- a/config/prod.exs
+++ b/config/prod.exs
@@ -15,7 +15,8 @@ use Mix.Config
# which you typically run after static files are built.
config :pleroma, Pleroma.Web.Endpoint,
http: [port: 4000],
- protocol: "http"
+ protocol: "http",
+ serve_endpoints: true
# Do not print debug messages in production
config :logger, level: :info