We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ad4756 commit 1b63aa5Copy full SHA for 1b63aa5
docs/encryption.rst
@@ -29,9 +29,9 @@ Additional options are available for advanced use cases.
29
server: "mongodb://localhost:27017"
30
autoEncryption:
31
kmsProvider:
32
- local:
33
- key: "YOUR_BASE64_KEY"
34
- # Optional: see below for more options
+ type: local
+ key: "YOUR_BASE64_KEY"
+ # See below for more optional configuration
35
36
.. code-block:: php
37
@@ -45,7 +45,7 @@ Additional options are available for advanced use cases.
45
'type' => 'local',
46
'key' => 'YOUR_BASE64_KEY',
47
],
48
- // ... other options ...
+ // See below for more optional configuration
49
]);
50
};
51
0 commit comments