Fix wrong placement of serve_endpoints

This commit is contained in:
rinpatch 2019-06-08 21:26:00 +03:00
parent 7223c1b643
commit b6d2db42a7
1 changed files with 3 additions and 2 deletions

View 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