mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add that we have SSL support.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330970 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4ec7122e16
commit
6294985268
1 changed files with 10 additions and 0 deletions
|
@ -221,6 +221,16 @@ mongodb://[username:password@]host1[:port1][,host2[:port2:],...]/db
|
|||
</note>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"ssl"</literal>
|
||||
</para>
|
||||
<para>
|
||||
A boolean to specify whether you want to enable SSL for the
|
||||
connections to MongoDB. Extra options such as certificates
|
||||
can be set with <xref linkend="context.ssl" />.
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<literal>"username"</literal>
|
||||
|
|
Loading…
Reference in a new issue