File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
tests/DependencyInjection/Fixtures/config/xml Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 192
192
193
193
<xsd : complexType name =" extra-options" >
194
194
<xsd : sequence >
195
- <xsd : element name =" mongocryptdURI" type =" xsd:string" minOccurs =" 0" />
196
- <xsd : element name =" mongocryptdBypassSpawn" type =" xsd:boolean" minOccurs =" 0" />
197
- <xsd : element name =" mongocryptdSpawnPath" type =" xsd:string" minOccurs =" 0" />
198
195
<xsd : element name =" mongocryptdSpawnArgs" type =" xsd:string" minOccurs =" 0" maxOccurs =" unbounded" />
199
- <xsd : element name =" cryptSharedLibPath" type =" xsd:string" minOccurs =" 0" />
200
- <xsd : element name =" cryptSharedLibRequired" type =" xsd:boolean" minOccurs =" 0" />
201
196
</xsd : sequence >
197
+ <xsd : attribute name =" mongocryptdURI" type =" xsd:string" />
198
+ <xsd : attribute name =" mongocryptdBypassSpawn" type =" xsd:boolean" />
199
+ <xsd : attribute name =" mongocryptdSpawnPath" type =" xsd:string" />
200
+ <xsd : attribute name =" cryptSharedLibPath" type =" xsd:string" />
201
+ <xsd : attribute name =" cryptSharedLibRequired" type =" xsd:boolean" />
202
202
</xsd : complexType >
203
203
204
204
<xsd : complexType name =" document-manager" >
Original file line number Diff line number Diff line change 184
184
}
185
185
]]>
186
186
</doctrine : encryptedFieldsMap >
187
- <doctrine : extraOptions >
188
- <doctrine : mongocryptdURI >mongodb://localhost:27020</doctrine : mongocryptdURI >
189
- <doctrine : mongocryptdBypassSpawn >true</doctrine : mongocryptdBypassSpawn >
190
- <doctrine : mongocryptdSpawnPath >%kernel.project_dir%/bin/mongocryptd</doctrine : mongocryptdSpawnPath >
187
+ <doctrine : extraOptions
188
+ mongocryptdURI =" mongodb://localhost:27020"
189
+ mongocryptdBypassSpawn =" true"
190
+ mongocryptdSpawnPath =" %kernel.project_dir%/bin/mongocryptd"
191
+ cryptSharedLibPath =" %kernel.project_dir%/bin/mongo_crypt_v1.dylib"
192
+ cryptSharedLibRequired =" true"
193
+ >
191
194
<doctrine : mongocryptdSpawnArgs >--pidfilepath=%kernel.project_dir%/var/mongocryptd.pid</doctrine : mongocryptdSpawnArgs >
192
195
<doctrine : mongocryptdSpawnArgs >--idleShutdownTimeoutSecs=60</doctrine : mongocryptdSpawnArgs >
193
- <doctrine : cryptSharedLibPath >%kernel.project_dir%/bin/mongo_crypt_v1.dylib</doctrine : cryptSharedLibPath >
194
- <doctrine : cryptSharedLibRequired >true</doctrine : cryptSharedLibRequired >
195
196
</doctrine : extraOptions >
196
197
</doctrine : autoEncryption >
197
198
</doctrine : connection >
You can’t perform that action at this time.
0 commit comments