Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • hard-code them in manifest.yml:

    Code Block
    languageyaml
    env:
      JBP_CONFIG_SEALIGHTS_AGENT: '{build_session_id: c2e21d80-ad88-4ff9-9e81-57c781ac5fe6, lab_id: yourLabId, auto_upgrade: false, version: +}' 
  • pass them as environment variables for the application:

    Code Block
    cf set-env [my-application] JBP_CONFIG_SEALIGHTS_AGENT: '{build_session_id: 5d4...00b4, lab_id: myLabId}'
Info

​The available configuration keys are documented here:
Sealights java-buildpack configuration

...