forked from AkkomaGang/akkoma
Fix wrong placement of serve_endpoints
This commit is contained in:
parent
7223c1b643
commit
b6d2db42a7
1 changed files with 3 additions and 2 deletions
|
@ -15,8 +15,9 @@
|
|||
# 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