mirage-config/examples/valueSubstitution/config.json
2022-09-29 00:13:20 +03:00

9 lines
241 B
JSON

{
"parameters": {
"greeting": "Hello",
"subject": "$CONFIG_EXAMPLE_SUBJECT",
"followUp": "${CONFIG_EXAMPLE_FOLLOW_UP:Enjoy your day!}"
},
"greeting": "${parameters.greeting} ${parameters.subject}! ${parameters.followUp}"
}