From 3ce5703ba81b04d28ce4287d11d35200cfc43b47 Mon Sep 17 00:00:00 2001 From: auke Date: Sun, 1 Mar 2020 11:24:35 +0000 Subject: [PATCH] Update page 'Message Queue Endpoint' --- Message-Queue-Endpoint.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Message-Queue-Endpoint.md b/Message-Queue-Endpoint.md index 4c0c5e4..808f1ab 100644 --- a/Message-Queue-Endpoint.md +++ b/Message-Queue-Endpoint.md @@ -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:///` | 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::` | 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.