dampcake commented on PR #13023:
URL: https://github.com/apache/druid/pull/13023#issuecomment-1273646752
@pjain1 please note it will be unescaped automatically by the
StringSubstitutor if you escape it. So `$${HOSTNAME}` will result in the config
being `${HOSTNAME}`. Another option would be to change it to just `$HOSTNAME`
as the StringSubstitutor is looking for `${...}`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]