...
hard-code them in
manifest.yml
:Code Block language yaml env: JBP_CONFIG_SEALIGHTS_AGENT: '{lab_id: yourLabId}'
pass them as environment variables for the application via a dedicated command:
Code Block cf set-env [my-application] JBP_CONFIG_SEALIGHTS_AGENT: '{lab_id: "myLabId", proxy: "http://myproxy.mycompany.int"}'
set up as environment variables via your administrative console:
...