You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation contained no information about how to escape strings
when setting an environment variable on an application to update the
buildpack configuration. This change adds an example.
If the key or value contains a special character such as `:` it should be escaped with double quotes. For example, to change the default repository path for the buildpack.
Environment variable can also be specified in the applications `manifest` file. See the [Environment Variables][] documentation for more information.
35
39
36
40
To learn how to configure various properties of the buildpack, follow the "Configuration" links below. More information on extending the buildpack is available [here](docs/extending.md).
0 commit comments