Update page 'Message Queue Endpoint'

master
Auke Sytsma 2020-03-01 11:24:35 +00:00
parent 02bb9ac695
commit 3ce5703ba8
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ All settings are required.
For preparing the message, we'll use the following settings:
| Parameter | Default | Description |
| :---: | :------------------------------------------: | --- |
| META_DATA_URL | `https://<somedomain.com>/<somepath>` | HTTP adress where a JSON metadata file for the messages is provided (by the data source). |
| :---: | :---------------------------------------------------------------: | --- |
| META_DATA_URL | - | HTTP adress where a JSON metadata file for the messages is provided (by the data source). |
| BASE_DEV_URN | `urn:dev:<company_name>:<device_serial_number>` | To identify each unique device from different parties, we add a code to each message composed of the company name and serial number. Farmmaps uses this code to link devices and data to their owners. |
All settings are required except for the `META_DATA_URL`, this parameter is optional.