summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-07-07 20:44:16 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-07-07 20:44:16 +0300
commit20461137a37968ee4dc8e3a38f7d9c63714702d3 (patch)
treea797bdf77b21d746d852c89ba37e231d95cb8316 /config
parent3e08e7715126ca1f3bfaf7dddf4806e76d9bd993 (diff)
downloadpleroma-20461137a37968ee4dc8e3a38f7d9c63714702d3.tar.gz
pleroma-20461137a37968ee4dc8e3a38f7d9c63714702d3.zip
[#1895] Documentation hints on private instances and instance/restrict_unauthenticated setting.
Diffstat (limited to 'config')
-rw-r--r--config/description.exs5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 650610fbe..705ba83d0 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -700,8 +700,9 @@ config :pleroma, :config_description, [
key: :public,
type: :boolean,
description:
- "Makes the client API in authentificated mode-only except for user-profiles." <>
- " Useful for disabling the Local Timeline and The Whole Known Network."
+ "Makes the client API in authenticated mode-only except for user-profiles." <>
+ " Useful for disabling the Local Timeline and The Whole Known Network. " <>
+ " Note: when setting to `false`, please also check `:restrict_unauthenticated` setting."
},
%{
key: :quarantined_instances,