X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=c9592511f229dc6cd51061904e59bcb9b197ffd8;hb=e1b89fe3aa2c03576a6f2418c1e83c0ed64707a3;hp=681b498275d90bdc80ebb5bd28b6100075136a54;hpb=6eb7d69e60a96e577de92de232ed48e509f23cd4;p=akkoma diff --git a/config/config.exs b/config/config.exs index 681b49827..c9592511f 100644 --- a/config/config.exs +++ b/config/config.exs @@ -139,6 +139,7 @@ config :pleroma, Pleroma.Web.Endpoint, ], protocol: "https", secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl", + live_view: [signing_salt: "U5ELgdEwTD3n1+D5s0rY0AMg8/y1STxZ3Zvsl3bWh+oBcGrYdil0rXqPMRd3Glcq"], signing_salt: "CqaoopA2", render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)], pubsub_server: Pleroma.PubSub,