pgbouncer: update link in caveats (#12700)

This commit is contained in:
Johnny Sparks 2017-04-21 02:00:56 -07:00 committed by neutric
parent d8a3fdb808
commit 9b5aa1af52

View file

@ -31,7 +31,7 @@ class Pgbouncer < Formula
def caveats; <<-EOS.undent
The config file: #{etc}/pgbouncer.ini is in the "ini" format and you
will need to edit it for your particular setup. See:
http://pgbouncer.projects.postgresql.org/doc/config.html
https://pgbouncer.github.io/config.html
The auth_file option should point to the #{etc}/userlist.txt file which
can be populated by the #{bin}/mkauth.py script.