]> Untitled Git - lemmy.git/commitdiff
Updating lemmy.hjson config.
authorDessalines <tyhou13@gmx.com>
Sat, 24 Oct 2020 20:14:58 +0000 (15:14 -0500)
committerDessalines <tyhou13@gmx.com>
Sat, 24 Oct 2020 20:14:58 +0000 (15:14 -0500)
docker/lemmy.hjson

index 49138d0aee04d22380b815267961c322d6e2c64e..a5d131223fca5e5b8aec63f64819e723aad1fd19 100644 (file)
@@ -32,7 +32,7 @@
   }
 #  # optional: email sending configuration
 #  email: {
-#    # hostname of the smtp server
+#    # hostname and port of the smtp server
 #    smtp_server: ""
 #    # login name for smtp server
 #    smtp_login: ""
@@ -40,6 +40,8 @@
 #    smtp_password: ""
 #    # address to send emails from, eg "noreply@your-instance.com"
 #    smtp_from_address: ""
+#    # whether or not smtp connections should use tls
+#    use_tls: true
 #  }
 }