KENNETH RITHVIK
Results
1
issues of
KENNETH RITHVIK
# base.conf hello="world" hello1=${hello} # derived.conf test={include "base.conf"} this does not resolve the hello1 in base.conf and throws error. This works in HOCON Cannot resolve variable ${hello}