forked from AkkomaGang/akkoma
Clean up prod.exs a bit.
This commit is contained in:
parent
df8fc72491
commit
6dc98aaf89
1 changed files with 1 additions and 5 deletions
|
@ -15,11 +15,7 @@
|
|||
# which you typically run after static files are built.
|
||||
config :pleroma, Pleroma.Web.Endpoint,
|
||||
http: [port: 4000],
|
||||
protocol: "http",
|
||||
debug_errors: true,
|
||||
code_reloader: true,
|
||||
check_origin: false,
|
||||
watchers: []
|
||||
protocol: "http"
|
||||
|
||||
# Do not print debug messages in production
|
||||
config :logger, level: :info
|
||||
|
|
Loading…
Reference in a new issue