Versions Compared

Key

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

...

Code Block
ol:
  license:
    key: ...
  flow:
    source-provider: HUB
    hub:
      api-key: ...
      project-name: bla-demo1
      url: http://localhost:8080
    agent:
      enabled: false

server:
  port: 8081

Using an external Databasedatabase

Users who don’t need the authentication and authorization features provided by Keycloak and want to use the light hub in production can use an external postgres database by providing the following environment variables:

...