mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 03:22:24 -05:00
tidying up here and there
This commit is contained in:
parent
baa2cbcca3
commit
052783db66
16 changed files with 366 additions and 215 deletions
|
|
@ -8,7 +8,7 @@ logLevel: "info"
|
|||
# Default: "gotosocial"
|
||||
applicationName: "gotosocial"
|
||||
|
||||
# Config pertaining to the Gotosocial database connection
|
||||
# Config pertaining to the Gotosocial database connection
|
||||
db:
|
||||
# String. Database type.
|
||||
# Options: ["postgres"]
|
||||
|
|
@ -22,7 +22,7 @@ db:
|
|||
|
||||
# Int. Port for database connection.
|
||||
# Examples: [5432, 1234, 6969]
|
||||
# Default: 5432
|
||||
# Default: 5432
|
||||
port: 5432
|
||||
|
||||
# String. Username for the database connection.
|
||||
|
|
@ -35,3 +35,8 @@ db:
|
|||
# Examples: ["password123","verysafepassword","postgres"]
|
||||
# Default: ""
|
||||
password: ""
|
||||
|
||||
# String. Name of the database to use within the provided database type.
|
||||
# Examples: ["mydb","postgres","gotosocial"]
|
||||
# Default: "postgres"
|
||||
database: "postgres"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue