Solved
Forum Discussion
Hi,
The project property approach that you've used before should work fine. For instance I created a project property called 'environmentHost' and gave it the value 'google.com'.
I then created an http request and referenced the property like:
http://${#Project#environmentHost}/
...and the property was successfully replaced in the request by its value.