How can we maintain appsettings or config file for environment related information in mendix

0
I need to navigate to other platform url from mendix that is mentioned in config file. How can we Implement this feature Thanks in advance !!
asked
1 answers
1

Hi Gaurang,

you can use constant variables which you can change depending on your environment.

Create Constant in Mendix Studio Pro with default value (e.g. URL to use in localhost)

After deployment, go to the specific environment (details)

 

 

You will find the constant in the Model Options of your environment → Change the default value to a new value according to your environment and restart the app/enviroment

 

answered