Skip to content

Commit 89e9d9e

Browse files
Merge pull request #239 from Daespen/development
Adds default config for mqtt to docker images
2 parents 77d480f + 7e93de5 commit 89e9d9e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

basyx.components/basyx.components.docker/basyx.components.AASServer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ COPY target/${JAR_FILE} /usr/share/basyxExecutable.jar
1919
COPY target/lib /usr/share/lib
2020
COPY src/main/resources/aas.properties /usr/share/config/aas.properties
2121
COPY src/main/resources/context.properties /usr/share/config/context.properties
22+
COPY src/main/resources/mqtt.properties /usr/share/config/mqtt.properties
2223
COPY src/test/resources/dockerMongodb.properties /usr/share/config/mongodb.properties
2324

2425
# Expose the appropriate port. In case of Tomcat, this is 8080.

basyx.components/basyx.components.docker/basyx.components.AASServer/src/main/resources/mqtt.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
# ##################

basyx.components/basyx.components.docker/basyx.components.registry/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ COPY target/lib /usr/share/lib
1010
COPY src/main/resources/context.properties /usr/share/config/context.properties
1111
COPY src/main/resources/registry.properties /usr/share/config/registry.properties
1212
COPY src/test/resources/dockerSQL.properties /usr/share/config/sql.properties
13+
COPY src/main/resources/mqtt.properties /usr/share/config/mqtt.properties
1314
COPY src/test/resources/dockerMongodb.properties /usr/share/config/mongodb.properties
1415

1516
# Expose the appropriate port. In case of Tomcat, this is 8080.

0 commit comments

Comments
 (0)