mirror of
https://github.com/mbierlee/mirage-config.git
synced 2024-11-15 12:54:01 +01:00
9 lines
241 B
JSON
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}"
|
||
|
}
|