Browse Source

Fix wrong placement of serve_endpoints

tags/v1.1.4
rinpatch 5 years ago
parent
commit
b6d2db42a7
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      config/prod.exs

+ 3
- 2
config/prod.exs 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


Loading…
Cancel
Save