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: commits-unsubscr...@druid.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org