Solved

Set up http connector for different environments

  • 31 August 2022
  • 2 replies
  • 60 views

Badge +1

When using an http connector in a system flow how do you set up input parameters for different environments? For example, the test environment has a different URL and username/ password than the production environment.

icon

Best answer by Mark Jongeling 27 September 2022, 11:37

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +23

Hi,

You can make use of variables that obtain/calculate their value from the database or in another way. This way you wouldn't have to save the exact address inside the model, but rather somewhere else. This could be a table in your end product, or inside code for example. Does this give some inspiration?

Userlevel 7
Badge +23

Hi @Pierius Lycklama A Nijeholt,

We have planned to implement HTTP configurations into the Software Factory. This will allow you to overwrite these configurations for runtime configurations and/or IAM applications. This should solve your wish. More on it here: