]> Untitled Git - lemmy.git/blobdiff - docker/lemmy.hjson
Change references of dev.lemmy.ml to lemmy.ml (#1281)
[lemmy.git] / docker / lemmy.hjson
index c8dd2818aba35f1633bfd28d6a451ab93d3e4faa..2d9bfa358be5054ab8ab9d5c8be7d495d7c325e4 100644 (file)
@@ -1,8 +1,17 @@
 {
   # 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
 
-  # the domain name of your instance (eg "dev.lemmy.ml")
+  setup: {
+    # username for the admin user
+    admin_username: "lemmy"
+    # password for the admin user
+    admin_password: "lemmy"
+    # name of the site (can be changed later)
+    site_name: "lemmy-test"
+  }
+
+  # 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"
     password: "password"
     # host where postgres is running
     host: "postgres"
-    # port where postgres can be accessed
-    port: 5432
   }
 #  # 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: ""
@@ -33,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
 #  }
 }