]> Untitled Git - lemmy.git/blobdiff - config/defaults.hjson
Add site option for default theme (#2104)
[lemmy.git] / config / defaults.hjson
index bdf19142e2687b7572e3a986a5ed90511b4ccca2..c30c33ac88625ee9250e0d24778a94c953142150 100644 (file)
     require_application: true
     application_question: "string"
     private_instance: true
+    default_theme: "string"
   }
   # the domain name of your instance (mandatory)
   hostname: "unset"
   actor_name_max_length: 20
   # Maximum number of HTTP requests allowed to handle a single incoming activity (or a single object fetch through the search).
   http_fetch_retry_limit: 25
-  opentelemetry_url: "http://localhost:4317"
 }