Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For variable names that include dots the name has to be specified within curly braces and has to be quoted with backticks.
    Within backticks any characters can be used expect for a backtick.

    Input${`mail.smtp.host`}
    Outputmail.sos-berlin.com
    JSON"var": "${`mail.smtp.host`}"