Inherit "JDBC Settings" via "Configuration Table" from Thing Template to its Things
Here is my requirement:
I have a "Thing Template" which establishes connection to an external database (JDBC - MSSQL). Now, I want to import all the entities from Development Environment to Testing & Production Environments. I want to update/set the "Configuration Table - ConnectionInfo" with new JDBC settings of new Environments.
In the above scenario, once I change the settings on "Thing Template" can all the "Things" imported inherit the new settings? These "Things" have many services developed by different developers. I just want the JDBC settings to be updated from its Thing Template.
Instead of changing and tracking "Things", am trying to change it, at one place (Thing Template). Any ideas or suggestions?

