projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
570a406
)
:pubsub is deprecated and replaced wit :pubsub_server
author
Mark Felder
<feld@FreeBSD.org>
Wed, 7 Oct 2020 15:34:24 +0000
(10:34 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Wed, 7 Oct 2020 15:34:24 +0000
(10:34 -0500)
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 2e6b0796aa6b3ee92ee44ef6943b9153f210110e..0c73ecb59f0df9189d957dcb341290a692f44e9b 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-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"