diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2018-12-14 15:06:04 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2018-12-14 15:06:04 +0000 |
commit | ef10e08efe11d6b796a47a41994caf4cb418ca01 (patch) | |
tree | 536e5597121e1c46c01d7e0ee618088d615a2dfc | |
parent | 0b4c61e8d5a8a24be44aa6bf48c404b47289d0a8 (diff) | |
download | pleroma-ef10e08efe11d6b796a47a41994caf4cb418ca01.tar.gz |
Update config.md
-rw-r--r-- | config/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.md b/config/config.md index 25e0b5012..d4dad77b1 100644 --- a/config/config.md +++ b/config/config.md @@ -155,7 +155,7 @@ config :pleroma, :mrf_user_allowlist, "example.org": ["https://example.org/users/admin"] ``` -## :web_push_encryption +## :web_push_encryption, :vapid_details Web Push Notifications configuration. You can use the mix task `mix web_push.gen.keypair` to generate it. |