Skip to content

Commit

Permalink
succumb to a bug in doku
Browse files Browse the repository at this point in the history
  • Loading branch information
CobaltCause committed Jun 8, 2023
1 parent 1b41047 commit 6dfb278
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions config/defaults.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 6dfb278

Please sign in to comment.