From e56011c3e0401506a47bcfe6668c1ddba0d013a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9lestin=20Matte?= Date: Mon, 25 Oct 2021 17:01:03 +0200 Subject: [PATCH] Add pglister section in archives.ini.sample This section is expected by pglister_sync.py but missing from the sample file --- loader/archives.ini.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/loader/archives.ini.sample b/loader/archives.ini.sample index 0959ecd..a146f69 100644 --- a/loader/archives.ini.sample +++ b/loader/archives.ini.sample @@ -9,3 +9,9 @@ server=localhost:9911 heloname=localhost resender=noreply@example.com +[pglister] +# synchronize subscribers between pgarchives and pglister +subscribers=0 +root=/path/to/pglister +myname=pgarchives +apikey=CHANGEME -- 2.39.5