Add federation for unrepeats
[akkoma] / config / prod.exs
index 8522c67daee0405804a216ce019e9646670ea702..d0cfd1ac2f895ce7cea4905e74542a67e72f0efd 100644 (file)
@@ -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