IS there a way to avoid changing of Configuration for database in thingworx thing
Hi,
I have a thing which is used to connect to an oracle database. It has configuration as connection string username and password.
If I have 3 instances of Thingworx i.e Dev/Test/Prod. for each environment I have different connection string to connect to db and different credentials as the database is different.
With this setup, if I have to port my thing from Dev to Test and Test to Prod . I have to always manually modify the configuration of the thing with connection string, username and password.
Is there any way with which I can persist the configuration of change after every port ?
Thanks in advance.

