diff --git a/server/etc/example.conf b/server/etc/example.conf index d11fb3c11..73b8193c9 100644 --- a/server/etc/example.conf +++ b/server/etc/example.conf @@ -116,10 +116,10 @@ nodes = { type = "ngsi", ### The following settings are specific to the gtfpga node-type!! ### - endpoint = "http://46.101.131.212:1026/v1", # The HTTP / REST endpoint of the FIRWARE context broker + endpoint = "http://46.101.131.212:1026", # The HTTP / REST endpoint of the FIRWARE context broker - mapping = [ # Format: "entityID(entityType).AttributeId(AttributeType)" - "rtds_sub1(voltage3).v1(float), + mapping = [ # Format: "entityID(entityType).AttributeName(AttributeType)" + "rtds_sub1(voltage3).v1(float)", "rtds_sub1(voltage3).v2(float)", "rtds_sub1(voltage3).v3(float)", "rtds_sub2(power3).p1(float)",