File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
basyx.components/basyx.components.docker
basyx.components.AASServer
basyx.components.registry Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ COPY target/${JAR_FILE} /usr/share/basyxExecutable.jar
1919COPY target/lib /usr/share/lib
2020COPY src/main/resources/aas.properties /usr/share/config/aas.properties
2121COPY src/main/resources/context.properties /usr/share/config/context.properties
22+ COPY src/main/resources/mqtt.properties /usr/share/config/mqtt.properties
2223COPY src/test/resources/dockerMongodb.properties /usr/share/config/mongodb.properties
2324
2425# Expose the appropriate port. In case of Tomcat, this is 8080.
Original file line number Diff line number Diff line change @@ -41,8 +41,6 @@ server=tcp://localhost:1883
4141# ##################
4242# Whitelist for filtering mqtt events for specific submodels / submodelelements
4343
44- whitelist.patientTemplate =true
45- whitelist.element.patientTemplate.active =true
4644# whitelist.element.{mySmIdentifier}.{elementIdShort}=true
4745
4846# ##################
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ COPY target/lib /usr/share/lib
1010COPY src/main/resources/context.properties /usr/share/config/context.properties
1111COPY src/main/resources/registry.properties /usr/share/config/registry.properties
1212COPY src/test/resources/dockerSQL.properties /usr/share/config/sql.properties
13+ COPY src/main/resources/mqtt.properties /usr/share/config/mqtt.properties
1314COPY src/test/resources/dockerMongodb.properties /usr/share/config/mongodb.properties
1415
1516# Expose the appropriate port. In case of Tomcat, this is 8080.
You can’t perform that action at this time.
0 commit comments