]> Untitled Git - lemmy.git/blobdiff - docker/lemmy.hjson
Change join.lemmy.ml to join-lemmy.org (#1628)
[lemmy.git] / docker / lemmy.hjson
index 2d9bfa358be5054ab8ab9d5c8be7d495d7c325e4..8f117e30e17a9f91ca7150fdab8e82916c9aae85 100644 (file)
@@ -1,6 +1,6 @@
 {
   # for more info about the config, check out the documentation
-  # https://lemmy.ml/docs/administration_configuration.html
+  # https://join-lemmy.org/docs/en/administration/configuration.html
 
   setup: {
     # username for the admin user
     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: {