String Interpolation in config.toml

Right now its in config.toml as path of the baseUrl, but also defined in a rake task as a a value to override using -b.

I was hoping to have the path defined in just one place. I can update the rake task to parse it from baseUrl but I was curious if interpolation bwas possible as it would save me having to do any parsing of fields in confg.toml.