add postgres
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2021-07-28 16:10:50 +02:00
parent 0cb643bfdb
commit 545e49e85b
1 changed files with 10 additions and 0 deletions

View File

@ -125,3 +125,13 @@ listen amqp-vke
option tcplog
balance leastconn
server edge 192.168.122.2:32551 check
listen psql-vke
bind *:5432
mode tcp
option clitcpka
timeout client 3h
timeout server 3h
option tcplog
balance leastconn
server edge 192.168.122.2:32128 check