mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 01:32:25 -05:00
documentation updates (#211)
This commit is contained in:
parent
793f9af6e6
commit
ab32ce642b
5 changed files with 193 additions and 721 deletions
|
|
@ -80,12 +80,12 @@ trustedProxies:
|
|||
db:
|
||||
|
||||
# String. Database type.
|
||||
# Options: ["postgres"]
|
||||
# Options: ["postgres","sqlite"]
|
||||
# Default: "postgres"
|
||||
type: "postgres"
|
||||
|
||||
# String. Database address. Can be either an ipv4 address or a hostname.
|
||||
# Examples: ["localhost","my.db.host","127.0.0.1","192.111.39.110"]
|
||||
# String. Database address or parameters.
|
||||
# Examples: ["localhost","my.db.host","127.0.0.1","192.111.39.110",":memory:"]
|
||||
# Default: "localhost"
|
||||
address: "127.0.0.1"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue