Skip to content
Snippets Groups Projects
Commit 6dc98aaf authored by lain's avatar lain
Browse files

Clean up prod.exs a bit.

parent df8fc724
Branches
Tags
No related merge requests found
......@@ -15,11 +15,7 @@ use Mix.Config
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment