Is there any way to keep a Constant the same value in a particular environment?

Is there any way to keep a Constant the same value in a particular environment? For example, my Development environment has a constant with the value "X" and my QA environment has the same constant with the value "Y". When I export/import the application from Development to QA, the constant in QA gets overwritten from "Y" to "X" and needs to be manually changed back.

Is there any way to confirm that the QA's constant retains its value of "Y"?

OriginalPostID-219498

OriginalPostID-219498

  Discussion posts and replies are publicly visible