diff --git a/docs/source/install/config/config.rst b/docs/source/install/config/config.rst index d61f3f656..54e1568b0 100644 --- a/docs/source/install/config/config.rst +++ b/docs/source/install/config/config.rst @@ -27,8 +27,8 @@ In :github_st2:`/etc/st2/st2.conf ` include the following se The ``username`` and ``password`` properties are optional. -|st2| also supports `MongoDB replica sets `_ -using `MongoDB URI string `_. +|st2| also supports `MongoDB replica sets `_ +using `MongoDB URI string `_. In :github_st2:`/etc/st2/st2.conf ` include the following section : @@ -37,9 +37,9 @@ In :github_st2:`/etc/st2/st2.conf ` include the following se [database] host = mongodb://<#MDB_NODE_1>,<#MDB_NODE_2>,<#MDB_NODE_3>/?replicaSet=<#MDB_REPLICA_SET_NAME> -* You can also add ports, usernames and passwords, etc to your connection string - https://docs.mongodb.com/v2.4/reference/connection-string/ +* You can also add ports, usernames and passwords, etc to your connection string - https://docs.mongodb.com/v3.2/reference/connection-string/ -* To understand more about setting up a MongoDB replica set - https://docs.mongodb.com/v2.4/tutorial/deploy-replica-set/ +* To understand more about setting up a MongoDB replica set - https://docs.mongodb.com/v3.2/tutorial/deploy-replica-set/ |st2| also supports SSL/TLS to encrypt connections. A few extra properties need be added to the configuration apart from the ones outlined above.