spring-attic / spring-cloud-config-server-mongodb

Apache License 2.0
57 stars 34 forks source link

Provide separate settings for MongoDb #3

Open mmoayyed opened 8 years ago

mmoayyed commented 8 years ago

If the application is already using a MongoDb instance for other purposes, the auto-wiring capability of this module will have "the same" mongo-db instance be used for managing properties. This is impractical. Instances should be defined separately.

johara13 commented 6 years ago

I am in the same situation. I want to use a mongoldb to hold the properties file but have a different database that the application sues for actually running and storing and reading data. Is there a way to have it point to mongodb specifically for the config and not have it affect the mongoldb being used for that actual application?