doctrine / DoctrineMongoDBBundle

Integrates Doctrine MongoDB ODM with Symfony
http://symfony.com/doc/current/bundles/DoctrineMongoDBBundle/index.html
MIT License
379 stars 229 forks source link

Update Documentation doctrine_mongodb.connections.default.options.connect is no longer a valid configuration option. #700

Closed ccovey closed 2 years ago

ccovey commented 2 years ago

While attempting to perform an upgrade from an older version we started getting errors for doctrine_mongodb.connections.default.options.connect not being valid. After consulting the docs it looks like it should be possible but after looking at the configuration here https://github.com/doctrine/DoctrineMongoDBBundle/blob/4.4.x/DependencyInjection/Configuration.php#L257 it looks like it was removed in this PR https://github.com/doctrine/DoctrineMongoDBBundle/pull/475/files.

malarzm commented 2 years ago

Thanks @ccovey!