Hi, I was wondering, is below action possible right now? What I'd like to achive is to use already defined value with some other values, i.e. concatenate with some string ``` myHost: 'localhost', check: { http: 'http://${myHost}/is-alive' } ``` is it possible? PS