aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3ab4153..e27734a 100644
--- a/README.md
+++ b/README.md
@@ -49,6 +49,17 @@ postgres_clusters: # Mandatory
49 checksums: True # Optional 49 checksums: True # Optional
50 fsync_enabled: False # Optional 50 fsync_enabled: False # Optional
51 archive_enabled: False # Optional 51 archive_enabled: False # Optional
52 wal_level: 'logical' # Optional
53 max_replication_slots: 10 # Optional
54 barman_directory: None # Optional
55 # Define cluster as a standby server
56 primary: # Optional
57 host: '127.0.1.1' # Mandatory
58 port: 5433 # Mandatory
59 replication_user: 'replicator' # Mandatory
60 replication_password: 'SuperSecret' # Mandatory
61 restore_command: None # Optional
62 restore_barman_directory: None # Optional
52 # List of users to be created (optional) 63 # List of users to be created (optional)
53 users: 64 users:
54 - username: 'replicator' # Mandatory 65 - username: 'replicator' # Mandatory