Concatenate strings

Issue #342 invalid
Rene Enriquez created an issue

Hi

I was searching for a way to concatenate yaml properties, say:

host : google.com port: 8777

url: 'http://' ${host} ':' + $port +'/some/path'

Comments (1)

  1. Log in to comment