]> Untitled Git - lemmy.git/blobdiff - config/defaults.hjson
Revert "Attempt to fix CI building wrong commits (#3830)"
[lemmy.git] / config / defaults.hjson
index 4c38ddd45547fbd9eccaf1858286a837b071b221..1e5597a1172ffebfdff4494cc0b952d8fa231542 100644 (file)
   port: 8536
   # Whether the site is available over TLS. Needs to be true for federation to work.
   tls_enabled: true
+  # The number of activitypub federation workers that can be in-flight concurrently
+  worker_count: 0
+  # The number of activitypub federation retry workers that can be in-flight concurrently
+  retry_count: 0
+  prometheus: {
+    bind: "127.0.0.1"
+    port: 10002
+  }
 }