mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Add separate user for pgq
This commit is contained in:
@ -1,14 +1,14 @@
|
||||
# Global settings for pgq
|
||||
[pgqadm]
|
||||
job_name = varnish_ticker
|
||||
db = dbname=pgweb user=pgweb
|
||||
db = dbname=pgweb user=pgq
|
||||
|
||||
# We have one consumer for each frontend server,
|
||||
# all talking to the same queue and database.
|
||||
[varnish_purger_zakdorn]
|
||||
pgq_queue_name = varnish
|
||||
db = dbname=pgweb user=pgweb
|
||||
db = dbname=pgweb user=pgq
|
||||
|
||||
[varnish_purger_zalkon]
|
||||
pgq_queue_name = varnish
|
||||
db = dbname=pgweb user=pgweb
|
||||
db = dbname=pgweb user=pgq
|
||||
|
Reference in New Issue
Block a user