File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ $ cf set-staging-environment-variable-group '{"JBP_DEFAULT_OPEN_JDK_JRE":"{jre:
42422 . To change the default repository root across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.
4343
4444``` bash
45- $ cf set-staging-environment-variable-group ' {"JBP_CONFIG_REPOSITORY ": "{default_repository_root: \"http://repo.example.io\" }"}'
45+ $ cf set-staging-environment-variable-group ' {"JBP_DEFAULT_REPOSITORY ": "{default_repository_root: \"http://repo.example.io\" }"}'
4646```
4747
48483 . To change the default JVM vendor across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.
4949
5050``` bash
51- $ cf set-staging-environment-variable-group ' {"JBP_CONFIG_COMPONENTS ": "{jres: [\"JavaBuildpack::Jre::ZuluJRE\"]}"}'
51+ $ cf set-staging-environment-variable-group ' {"JBP_DEFAULT_COMPONENTS ": "{jres: [\"JavaBuildpack::Jre::ZuluJRE\"]}"}'
5252```
5353
5454### Application Developer
You can’t perform that action at this time.
0 commit comments