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: '{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}'
  • This may look as follow in your consoleset up as environment variables via your administrative console:

Available configuration keys are

...