]> Untitled Git - lemmy.git/blobdiff - docker/lemmy.hjson
Change join.lemmy.ml to join-lemmy.org (#1628)
[lemmy.git] / docker / lemmy.hjson
index a5d131223fca5e5b8aec63f64819e723aad1fd19..8f117e30e17a9f91ca7150fdab8e82916c9aae85 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://join-lemmy.org/docs/en/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"
     password: "password"
     # host where postgres is running
     host: "postgres"
+    # port where postgres can be accessed
+    port: 5432
+    # maximum number of active sql connections
+    pool_size: 5
   }
 #  # optional: email sending configuration
 #  email: {