Ad-hoc Env Vars
{
"name" : "My server",
"env":{
"brad":"wood",
"cfconfig":{
"requestTimeout":"1,2,3,4"
},
"cfconfig_secureJSON" : false,
"luis":{
"majano":"${brad}"
},
"myPort":"1234"
},
"web":{
"HTTP":{
"port":"${myPort}"
}
}
}Just for kicks
Was this helpful?