]> Untitled Git - lemmy.git/blobdiff - docker/lemmy.hjson
Change references of dev.lemmy.ml to lemmy.ml (#1281)
[lemmy.git] / docker / lemmy.hjson
index e9a393c441e9d8d55f3021cd1f2aa170be2b6aa1..2d9bfa358be5054ab8ab9d5c8be7d495d7c325e4 100644 (file)
@@ -1,6 +1,6 @@
 {
   # for more info about the config, check out the documentation
-  # https://dev.lemmy.ml/docs/administration_configuration.html
+  # https://lemmy.ml/docs/administration_configuration.html
 
   setup: {
     # username for the admin user
@@ -11,7 +11,7 @@
     site_name: "lemmy-test"
   }
 
-  # the domain name of your instance (eg "dev.lemmy.ml")
+  # the domain name of your instance (eg "lemmy.ml")
   hostname: "my_domain"
   # address where lemmy should listen for incoming requests
   bind: "0.0.0.0"
@@ -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: ""