Skip to content

Commit

Permalink
Adding default resource /iot/json to docker compose file of tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
RCX112 committed Jun 11, 2024
1 parent 49e6e6d commit 205c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/ngsi_v2/fiware_env/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:
- "IOTA_PROVIDER_URL=http://iot-agent:4041"
- "IOTA_MQTT_HOST=mosquitto"
- "IOTA_MQTT_PORT=1883"
- "IOTA_DEFAULT_RESOURCE="
- "IOTA_DEFAULT_RESOURCE=/iot/json"
- "IOTA_DEFAULT_TRANSPORT=MQTT"
- "IOTA_LOG_LEVEL=DEBUG"
- "IOTA_TIMESTAMP=true"
Expand Down

0 comments on commit 205c1d4

Please sign in to comment.