diff options
author | lambda <pleromagit@rogerbraun.net> | 2018-12-07 09:32:59 +0000 |
---|---|---|
committer | href <href@random.sh> | 2018-12-14 13:05:44 +0100 |
commit | 3b65f316069a7c754d29515ad33b852661fff5ef (patch) | |
tree | 8c0cfae2779b89d7359174f8b8c09bd7d790d372 | |
parent | 658edb166fc91e77399ff6022a48076db5404fb1 (diff) | |
download | pleroma-3b65f316069a7c754d29515ad33b852661fff5ef.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 2401e9aed..25e0b5012 100644 --- a/config/config.md +++ b/config/config.md @@ -157,7 +157,7 @@ config :pleroma, :mrf_user_allowlist, ## :web_push_encryption -Web Push Notifications configuration. You could use a mix task `mix web_push.gen.keypair` to generate it. +Web Push Notifications configuration. You can use the mix task `mix web_push.gen.keypair` to generate it. * ``subject``: a mailto link for the administrative contact. It’s best if this email is not a personal email address, but rather a group email so that if a person leaves an organization, is unavailable for an extended period, or otherwise can’t respond, someone else on the list can. * ``public_key``: VAPID public key |