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.
|
# which you typically run after static files are built.
|
||||||
config :pleroma, Pleroma.Web.Endpoint,
|
config :pleroma, Pleroma.Web.Endpoint,
|
||||||
http: [port: 4000],
|
http: [port: 4000],
|
||||||
protocol: "http",
|
protocol: "http"
|
||||||
serve_endpoints: true
|
|
||||||
|
config :phoenix, serve_endpoints: true
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
config :logger, level: :info
|
config :logger, level: :info
|
||||||
|
|
Loading…
Reference in a new issue