1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-09-11 14:17:21 +01:00

Clean up prod.exs a bit.

This commit is contained in:
lain 2018-03-28 16:03:42 +02:00
parent df8fc72491
commit 6dc98aaf89

View file

@ -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