1.0.5 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago