I'm using
com.typesafe.config.ConfigFactory
// some time later
params("myvar") = config.getString("myvar").trim
the value of the key is a wasb address. It does seem that ":" does not work (as suggested by the error message), i.e.,
wasb":"//rest_of_the_path
What would be the escape character for :?