Skip to main content
1-Visitor
April 28, 2016
Question

How can i store system configuration in thingworx

  • April 28, 2016
  • 1 reply
  • 2172 views

Hi All,

we have development, staging, production environments. we want to store some environment specific values in each systems.

we can't do that in any custom entity since after deployment on each environments, we have to manually again edit in each environment according to target environment.

we want to configure once and don't want that to be disturbed after each deployment. Please help to achieve this scenario.

1 reply

1-Visitor
April 28, 2016

You can have just a ConfigurationHelper Thing which doesn't gets exported/imported when you migrate entitites

1-Visitor
April 28, 2016

are you suggesting to create a custom entity based on "GenericThing" Template but not to  include it in export/import?

1-Visitor
April 28, 2016

Yup. You should Tag all the entities with a special Tag in order to detect import/export entities.