Bind to 127.0.0.1 instead of 0.0.0.0 by default
[akkoma] / config / config.exs
index 3962ac019cd862ce36b5d03ea6f82fdbf28f91e3..0d07fc692233e17e29ce2756a31fad5fd68734b0 100644 (file)
@@ -139,6 +139,7 @@ config :pleroma, Pleroma.Web.Endpoint,
   instrumenters: [Pleroma.Web.Endpoint.Instrumenter],
   url: [host: "localhost"],
   http: [
+    ip: {127, 0, 0, 1},
     dispatch: [
       {:_,
        [