Hi,
In my CS topic files, i am calling many external services, the url of each service is different, i want to store them using variables in an external file and use them. How can I do that ?
example:
$$url = ^”\“http://localhost:8090/olap/hierarchy/$client_id/\”“
I want to store the above url in external configuration file? How can i do it?