I have 2 environments DEV and PROD with many apps.
I would like to know if there's a way to create a "Global Variable" ? The goal is to be able to change the contain (a PATH) without changing one by one in each app ?
Ex:
- Environment DEV : C:/.../.../xxxxx_DEV
- Environment PROD : D:/.../.../xxxxx_PROD
If there's no way to create a "Global variable" do you have a solution ?