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:
42
42
2 . To change the default repository root across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.
43
43
44
44
``` 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\" }"}'
46
46
```
47
47
48
48
3 . To change the default JVM vendor across all applications on a foundation. Be careful to ensure that your JSON is properly escaped.
49
49
50
50
``` 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\"]}"}'
52
52
```
53
53
54
54
### Application Developer
You can’t perform that action at this time.
0 commit comments