K2 4.7
We setup a smartobject to integrate with a REST endpoint (e.g https://api-qa.company.com/v1/api/account/1234) using a JSON Swagger/Open API definition using steps similar to the ones listed here.
Everything works fine in QA/UAt and we would like to deploy this into Production. But the REST endpoints are hard-wired to point to the QA server. We can setup a new Smartobject pointing to Production but that seems sub-optimal. Instead, is there a way to have some sort of environment variable/string table entry that determines which server to point to (api.company.com instead of api-qa.company.com in this example)
Any ideas appreciated. Thanks