:pubsub is deprecated and replaced wit :pubsub_server

This commit is contained in:
Mark Felder 2020-10-07 10:34:24 -05:00
parent 570a406b7a
commit fddea9e3ce
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ config :pleroma, Pleroma.Web.Endpoint,
secret_key_base: "aK4Abxf29xU9TTDKre9coZPUgevcVCFQJe/5xP/7Lt4BEif6idBIbjupVbOrbKxl",
signing_salt: "CqaoopA2",
render_errors: [view: Pleroma.Web.ErrorView, accepts: ~w(json)],
pubsub: [name: Pleroma.PubSub, adapter: Phoenix.PubSub.PG2],
pubsub_server: Pleroma.PubSub,
secure_cookie_flag: true,
extra_cookie_attrs: [
"SameSite=Lax"