AspNetCore.Docs/aspnetcore/includes/environmentVarableColon.md

308 B

The : separator doesn't work with environment variable hierarchical keys on all platforms. For example, the : separator is not supported by Bash. The double underscore, __, is:

  • Supported by all platforms.
  • Automatically replaced by a colon, :.