I'm trying to assign an url to the property this way
some.url=${ENV_PROTOCOL:http}://${ENV_URL:some_url.foo.bar.cc}
But the injected value of some_url in my app is http. Could someone explain why and is it possible to fix that somehow?
some_url
http
548k questions
547k answers
4 comments
86.3k users