summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-09-11 16:45:50 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-11 16:45:50 +0200
commitab32ce642bfa56414b88fbb760ea1857636226a6 (patch)
tree24546212c4f3b7125a36b49379bcce8282662e0f /example
parentonly store statuses in the AS cache, not accounts (#210) (diff)
downloadgotosocial-ab32ce642bfa56414b88fbb760ea1857636226a6.tar.xz
documentation updates (#211)
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/example/config.yaml b/example/config.yaml
index 976c9a8f6..50b863725 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -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"