]> Untitled Git - lemmy.git/commitdiff
Adding some comments to defaults.hjson (#1207)
authorDessalines <dessalines@users.noreply.github.com>
Fri, 16 Oct 2020 20:46:40 +0000 (16:46 -0400)
committerGitHub <noreply@github.com>
Fri, 16 Oct 2020 20:46:40 +0000 (20:46 +0000)
* Adding some comments to defaults.hjson

* Link to docs for allow/blocklist.

config/config.hjson
config/defaults.hjson

index 96eff45d9e4705bc7ae294224f6133be3ce97eed..286b1c031b1c89cb378bad04ecd6604c7f2813a3 100644 (file)
@@ -1,4 +1,3 @@
 {
   hostname: "localhost:8536"
-  federation_enabled: true
-}
\ No newline at end of file
+}
index 62fa98a6d9d41842acb180d23667062cf607af77..0368500b534381df405cc6fd318813b694701cac 100644 (file)
   }
   # settings related to activitypub federation
   federation: {
-    # whether to enable activitypub federation. this feature is in alpha, do not enable in production.
+    # whether to enable activitypub federation. 
     enabled: false
+    # Allows and blocks are described here:
+    # https://dev.lemmy.ml/docs/administration_federation.html#instance-allowlist-and-blocklist
+    #
     # comma separated list of instances with which federation is allowed
     allowed_instances: ""
     # comma separated list of instances which are blocked from federating