first commit

This commit is contained in:
Christopher Winslett
2015-03-15 23:16:48 -07:00
commit 3749883328
11 changed files with 513 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
loop_wait: 10
etcd:
scope: batman
ttl: 30
host: 127.0.0.1:4001
postgresql:
name: postgresql1
listen: 127.0.0.1:5433
data_dir: data/postgresql1
replication:
username: replicator
password: rep-pass
network: 127.0.0.1/32
#recovery_conf:
#restore_command: cp ../wal_archive/%f %p
parameters:
archive_mode: "on"
wal_level: hot_standby
archive_command: mkdir -p ../wal_archive && cp %p ../wal_archive/%f
max_wal_senders: 5
wal_keep_segments: 8
archive_timeout: 1800s
max_replication_slots: 5
hot_standby: "on"