1.0.5 • Published 6 months ago

@thetribe/strapi-plugin-message-broker-consumer v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Strapi plugin message-broker-consumer

Installation

yarn add @thetribe/strapi-plugin-message-broker-consumer

Configuration

Dans le fichier config/plugin.ts|js, ajouter:

'message-broker-consumer': {
    enabled: true,
    config: {
      host: '<message broker host>',
      username: '<message broker username>',
      password: '<message broker password>',
    },
  },
1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago