datamaintain icon indicating copy to clipboard operation
datamaintain copied to clipboard

Add "datamaintain" as a prefix for all the properties keys

Open Lysoun opened this issue 5 years ago • 0 comments

The properties read by Datamaintain have no prefix currently. For example, the one used to read the db uri is db.uri. It may cause problems if the user's application has also properties named like that. To avoid any collision, a prefix should be added to all the Datamaintain properties keys.

Please change them in

  • DatamaintainDriverConfig
  • DatamaintainConfig

Once it's done, please ensure that:

  • The tests pass. Fix them otherwise
  • The samples are not broken because of mismatching properties names
  • The documentation is up to date

Lysoun avatar May 26 '20 08:05 Lysoun