diff options
author | rinpatch <rinpatch@sdf.org> | 2020-06-13 09:07:02 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-06-13 09:07:02 +0000 |
commit | f891e2b2f1d1daa122b9856e4b660be394d31e34 (patch) | |
tree | ed57c9e3ebf43d80a17a399baa54b01cd1c85eb9 /docs/configuration | |
parent | 6c90fc8e70760bf8c58bb731ce294e9eee02f430 (diff) | |
parent | d050d21103d09fa62bd1ff1b6755c62980de3517 (diff) | |
download | pleroma-2.0.7.tar.gz |
Merge branch 'release/2.0.7' into 'stable'v2.0.7
Release/2.0.7
See merge request pleroma/secteam/pleroma!8
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/cheatsheet.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 4012fe9b1..5d3f49401 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -133,8 +133,9 @@ their ActivityPub ID. An example: ```elixir -config :pleroma, :mrf_user_allowlist, - "example.org": ["https://example.org/users/admin"] +config :pleroma, :mrf_user_allowlist, %{ + "example.org" => ["https://example.org/users/admin"] +} ``` #### :mrf_object_age |