Refer to the below exhibit.
A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.
What is the valid properties placeholder file to set these values?
Correct answer is as below as it follows the correct syntax
http:
basepath: 'api'
host : 'localhost'
port : '8081'
Currently there are no comments in this discussion, be the first to comment!