Hello,
I’m trying to get a clearer understanding of the workflow for using Deployment Modes. I see the value in configuring different parameters depending on the mode the gateway is running in.
In our setup, we have two independent development and production servers. For example, if I configure two deployment modes on the DEV server and assign it to run in DEV mode:
wrapper.java.additional.x=-Dignition.config.mode=DEPLOYMENT_MODE_NAME_HERE
How can I then have the PROD server use the PROD configuration I defined on the DEV server? Should this be done by restoring a gateway backup, or with EAM?
Thanks!