You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
I'm working on a project where some of the configuration information is stored in the modules db, rather than the content db. In order to unit test this code, it is necessary to have a separate test-modules db, to prevent overwriting the configuration data in the production/dev db.
The text was updated successfully, but these errors were encountered:
I see config data in the content database more often, but seems like a legit use. I'm thinking we could add a .properties parameter for test-modules-db, which defaults to the app-modules-db. The bootstrap code and the modules-deploy code would both need to take that into account.
I'm working on a project where some of the configuration information is stored in the modules db, rather than the content db. In order to unit test this code, it is necessary to have a separate test-modules db, to prevent overwriting the configuration data in the production/dev db.
The text was updated successfully, but these errors were encountered: