Allow unauth access

This commit is contained in:
Henry Hiles 2025-06-08 15:06:22 -04:00
commit 52ba359c4e
No known key found for this signature in database

View file

@ -11,6 +11,7 @@
settings = { settings = {
server_name = domain; server_name = domain;
database.backend = "rocksdb"; database.backend = "rocksdb";
media.allow_unauthenticated_access = true;
federation = { federation = {
max_concurrent_requests = 10000; max_concurrent_requests = 10000;
self_test = false; self_test = false;