Refer to the exhibit. A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.
What is a valid properties placeholder file to set these values?
Refer to the exhibit. A Mule application configures a property placeholder file named config.yaml to set some property placeholders for an HTTP connector.
What is a valid properties placeholder file to set these values?
The correct option is the one that provides the values in valid YAML syntax. YAML files use colons to separate keys and values, and the values for properties should not be enclosed in double quotes unless necessary. Option C correctly formats the properties with the proper YAML syntax, including the correct indentation, making it the valid properties placeholder file.
Its C because ita yaml syntax
YAML uses ':'
Its C because ita yaml syntax
Observe the syntax. Its yaml.
D is correct
Why? it's a YAML file