]> Untitled Git - lemmy.git/blobdiff - config/defaults.hjson
Add default post listing type (fixes #2195) (#2209)
[lemmy.git] / config / defaults.hjson
index 3458467d2eeca175aeb3e8ee3f3c81acdc9fa33e..681e60966fafc6722b12ffa4c24150626dcea061 100644 (file)
     comment: 6
     # Interval length for comment limit, in seconds
     comment_per_second: 600
+    search: 6
+    # Interval length for search limit, in seconds
+    search_per_second: 600
   }
   # Settings related to activitypub federation
   federation: {
     # Whether to enable activitypub federation.
     enabled: false
     # Allows and blocks are described here:
-    # https://join-lemmy.org/docs/en/federation/administration.html///instance-allowlist-and-blocklist
+    # https://join-lemmy.org/docs/en/administration/federation_getting_started.html
     # 
     # list of instances with which federation is allowed
     allowed_instances: [
     application_question: "string"
     private_instance: true
     default_theme: "string"
+    default_post_listing_type: "string"
   }
   # the domain name of your instance (mandatory)
   hostname: "unset"