From 076a3090d7f7e90eb71ffbc54f8d68a5e5170e54 Mon Sep 17 00:00:00 2001 From: Lindsay Hill Date: Mon, 19 Dec 2016 09:43:31 -0800 Subject: [PATCH] Updated MongoDB docs references to v3.2 Couple of MongoDB docs references were to v2.4 branch. Updated to v3.2, since that's our preferred version. --- docs/source/install/config/config.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.