Add an option to use AWS instance address in a PostgreSQL connection string.

When PostgreSQL is running inside the docker container, it should provide
the address of the host it's running on and not the address from inside
of the container to the outside world.
This commit is contained in:
Oleksii Kliukin
2015-04-29 12:54:29 +02:00
parent c3ea0ebccd
commit 8184efbf45
4 changed files with 18 additions and 3 deletions
+1
View File
@@ -1,4 +1,5 @@
loop_wait: 10
aws_use_host_address: "on"
etcd:
scope: batman
ttl: 30