mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 09:52:13 +00:00
Fix wrong placement of serve_endpoints
This commit is contained in:
parent
7223c1b643
commit
b6d2db42a7
|
@ -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…
Reference in a new issue