Fix wrong placement of serve_endpoints
authorrinpatch <rinpatch@sdf.org>
Sat, 8 Jun 2019 18:26:00 +0000 (21:26 +0300)
committerrinpatch <rinpatch@sdf.org>
Sat, 8 Jun 2019 18:27:39 +0000 (21:27 +0300)
config/prod.exs

index cd5cdb087eb1b566b3947d972abc7a6fd37f1ca5..adc1c4bb7c38c32eb6ebeffffd3d63b58847caaf 100644 (file)
@@ -15,8 +15,9 @@ use Mix.Config
 # which you typically run after static files are built.
 config :pleroma, Pleroma.Web.Endpoint,
   http: [port: 4000],
-  protocol: "http",
-  serve_endpoints: true
+  protocol: "http"
+
+config :phoenix, serve_endpoints: true
 
 # Do not print debug messages in production
 config :logger, level: :info