]> Untitled Git - lemmy.git/blobdiff - config/defaults.hjson
Add site option for default theme (#2104)
[lemmy.git] / config / defaults.hjson
index 663aa4b57e9eeee00799261b661c9633e4a24522..c30c33ac88625ee9250e0d24778a94c953142150 100644 (file)
@@ -76,8 +76,8 @@
     smtp_password: "string"
     # Address to send emails from, eg noreply@your-instance.com
     smtp_from_address: "noreply@example.com"
-    # Whether or not smtp connections should use tls
-    use_tls: true
+    # Whether or not smtp connections should use tls. Can be none, tls, or starttls
+    tls_type: "none"
   }
   # Parameters for automatic configuration of new instance (only used at first start)
   setup: {
     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"
 }