Skip to content

Commit 0cf63a7

Browse files
committed
fix markdown formatting in gitlab, 2
1 parent 7d8b57b commit 0cf63a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/mmts/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@ After things go more stable we will release prebuilt packages for major platform
8080
## Configuration
8181

8282
1. Add these required options to the `postgresql.conf` of each instance in the cluster.
83-
```sh
83+
84+
```
8485
wal_level = logical # multimaster is build on top of
8586
# logical replication and will not work otherwise
8687
max_connections = 100
@@ -105,6 +106,7 @@ multimaster.node_id = 1 # the 1-based index of the node in the cluster
105106
multimaster.conn_strings = 'dbname=mydb host=node1.mycluster, ...'
106107
# comma-separated list of connection strings to neighbour nodes.
107108
```
109+
108110
2. Allow replication in `pg_hba.conf`.
109111

110112
Read description of all configuration params at [configuration](/contrib/mmts/doc/configuration.md)

0 commit comments

Comments
 (0)