updated documentation

This commit is contained in:
Annika Hannig 2023-11-20 12:15:24 +01:00
parent 3c13d05414
commit 085640170d

View File

@ -42,6 +42,11 @@ stream_parser_throttle = 30000
# [postgres] # [postgres]
# url = "postgres://postgres:postgres@localhost:5432/alice" # url = "postgres://postgres:postgres@localhost:5432/alice"
# As an alternative to the url, you can use the environment variables
# from libpq to configure the postgres connection:
# https://www.postgresql.org/docs/current/libpq-envars.html
# min_connections = 2 # min_connections = 2
# max_connections = 128 # max_connections = 128