From 6dfb27808ec8e38370d2d25d6ba67e9445bb7670 Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Thu, 8 Jun 2023 13:16:45 -0700 Subject: [PATCH] succumb to a bug in doku See . --- config/defaults.hjson | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/config/defaults.hjson b/config/defaults.hjson index 900ad52a01..a686cdfedd 100644 --- a/config/defaults.hjson +++ b/config/defaults.hjson @@ -22,16 +22,18 @@ # Note that specifying the `uri` field should be preferred since it provides # greater control over how the connection is made. This merely exists for # backwards-compatibility. - # Username to connect to postgres - user: "string" - # Password to connect to postgres - password: "string" - # Host where postgres is running - host: "string" - # Port where postgres can be accessed - port: 123 - # Name of the postgres database for lemmy - database: "string" + { + # Username to connect to postgres + user: "string" + # Password to connect to postgres + password: "string" + # Host where postgres is running + host: "string" + # Port where postgres can be accessed + port: 123 + # Name of the postgres database for lemmy + database: "string" + } # Maximum number of active sql connections pool_size: 5 }