Open Andrei-Pozolotin opened 6 years ago
where the variable
could come from in your opinion?
I have also encountered this limitation. A couple of examples in Akka
library-extensions = ${?akka.library-extensions} ["akka.serialization.SerializationExtension"]
and
server-header = akka-http/${akka.http.version}
In theory these could be resolved during compilation time.
sounds like it will be totally possible to do it both at run and at compile time, I should find the time to look into.
I was looking into this, and it looks like it will require an effort: https://github.com/lightbend/config#concatenation
supporting all these use cases is a lot actually ...
I do not have time in the near future to target this issue but PR are welcome.
Bug: missing
${variable}
support