From 085640170db996e42b7d19d33ac1f1d1ddab0c18 Mon Sep 17 00:00:00 2001 From: Annika Hannig Date: Mon, 20 Nov 2023 12:15:24 +0100 Subject: [PATCH] updated documentation --- etc/alice-lg/alice.example.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/alice-lg/alice.example.conf b/etc/alice-lg/alice.example.conf index 0fe078b..664ddb3 100644 --- a/etc/alice-lg/alice.example.conf +++ b/etc/alice-lg/alice.example.conf @@ -42,6 +42,11 @@ stream_parser_throttle = 30000 # [postgres] # 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 # max_connections = 128