Skip to content

Commit

Permalink
Adds submodel mqtt events
Browse files Browse the repository at this point in the history
Co-authored-by: Rene Fischer <rene-pascal.fischer@iese.fraunhofer.de>
  • Loading branch information
jannisjung and FischerRene committed Mar 14, 2024
1 parent a0996e3 commit 1cc468e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/aas-env.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ mqtt.port = 1884

basyx.environment=file:aas
basyx.aasrepository.feature.mqtt.enabled = true
basyx.submodelrepository.feature.mqtt.enabled = true
basyx.cors.allowed-origins=*
basyx.cors.allowed-methods=GET,POST,PATCH,DELETE,PUT,OPTIONS,HEAD

basyx.aasrepository.feature.registryintegration = http://aas-registry:8080
basyx.submodelrepository.feature.registryintegration = http://sm-registry:8080
basyx.externalurl = http://localhost:8081
basyx.externalurl = http://localhost:8081

0 comments on commit 1cc468e

Please sign in to comment.