In HOCON and Typesafe Config, How do I set the default value in case of substitution.
Does it supports something like this ??
${server.host: 'localhost'}
-> If server.host set(Either in the same configu files or through environement setting) it substitutes that if not set choose the default value