We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd6a5c commit 6fc9bf1Copy full SHA for 6fc9bf1
1 file changed
docker-compose/common.yml
@@ -81,6 +81,7 @@ services:
81
- "DEBUG=tutorial:*"
82
- "WEB_APP_PORT=${TUTORIAL_APP_PORT}" # Port used by the content provider proxy and web-app for viewing data
83
- "NGSI_VERSION=ngsi-ld"
84
+ - "IOTA_JSON_LD_CONTEXT=http://context/ngsi-context.jsonld"
85
- "CONTEXT_BROKER=http://orion:${ORION_LD_PORT}/ngsi-ld/v1" # URL of the context broker to update context
86
# - "DEVICE_BROKER=http://devices:${ORION_EDGE_PORT}/v2" # URL of the device's context broker to update context
87
- "NGSI_LD_PREFIX=urn:ngsi-ld:"
0 commit comments