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