File tree Expand file tree Collapse file tree
docs/source/install/config Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ In :github_st2:`/etc/st2/st2.conf <conf/st2.prod.conf>` include the following se
2727
2828 The ``username `` and ``password `` properties are optional.
2929
30- |st2 | also supports `MongoDB replica sets <https://docs.mongodb.com/v2.4 /core/replication-introduction/ >`_
31- using `MongoDB URI string <https://docs.mongodb.com/v2.4 /reference/connection-string/ >`_.
30+ |st2 | also supports `MongoDB replica sets <https://docs.mongodb.com/v3.2 /core/replication-introduction/ >`_
31+ using `MongoDB URI string <https://docs.mongodb.com/v3.2 /reference/connection-string/ >`_.
3232
3333In :github_st2: `/etc/st2/st2.conf <conf/st2.prod.conf> ` include the following section :
3434
@@ -37,9 +37,9 @@ In :github_st2:`/etc/st2/st2.conf <conf/st2.prod.conf>` include the following se
3737 [database]
3838 host = mongodb://< # MDB_NODE_1>,<#MDB_NODE_2>,<#MDB_NODE_3>/?replicaSet=<#MDB_REPLICA_SET_NAME>
3939
40- * You can also add ports, usernames and passwords, etc to your connection string - https://docs.mongodb.com/v2.4 /reference/connection-string/
40+ * You can also add ports, usernames and passwords, etc to your connection string - https://docs.mongodb.com/v3.2 /reference/connection-string/
4141
42- * To understand more about setting up a MongoDB replica set - https://docs.mongodb.com/v2.4 /tutorial/deploy-replica-set/
42+ * To understand more about setting up a MongoDB replica set - https://docs.mongodb.com/v3.2 /tutorial/deploy-replica-set/
4343
4444|st2 | also supports SSL/TLS to encrypt connections. A few extra properties need be added to
4545the configuration apart from the ones outlined above.
You can’t perform that action at this time.
0 commit comments