Update README with new env vars

Remove dataplaneapi junk
This commit is contained in:
Thomas Lynch
2022-09-17 19:22:27 +10:00
parent d115ca6f46
commit 3f40192d55
7 changed files with 3 additions and 43 deletions

View File

@ -1,29 +0,0 @@
config_version = 2
name = "meet_bedbug"
mode = "single"
dataplaneapi {
user "admin" {
insecure = true
password = "adminpwd"
}
transaction {
transaction_dir = "/tmp/haproxy"
}
advertised {}
}
haproxy {
config_file = "/etc/haproxy/haproxy.cfg"
haproxy_bin = "/usr/local/sbin/haproxy"
reload {
reload_delay = 5
reload_cmd = "service haproxy reload"
restart_cmd = "service haproxy restart"
}
}