List of questions
Related questions
Question 212 - MCD - Level 1 discussion
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?
A.
1. http: 2. host = 'localhost' 3. port = '8081'
B.
1. http: 2. basepath: 'api' 3. host : 'localhost' 4. port : '8081'
C.
1. http.host = localhost 2. http.port = 8081
D.
1. { 2. http: 3. basePath: 'api', 4. port: '8081', 5. host: ' localhost'
Your answer:
0 comments
Sorted by
Leave a comment first