Skip to content

Commit ecda9c3

Browse files
committed
Further refinements excuted
1 parent 05be38d commit ecda9c3

File tree

21 files changed

+60
-3
lines changed

21 files changed

+60
-3
lines changed

basyx.aasrepository/basyx.aasrepository-feature-registry-integration/src/test/resources/application-multiurl.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Do NOT change any port while running in a Docker container.
2-
# Changing this will make the service unreachable from outside the container.
3-
# This port should only be changed when running the application without Docker
41
server.port=8081
52
server.error.path=/error
63

basyx.conceptdescriptionrepository/basyx.conceptdescriptionrepository.component/src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25
spring.application.name=Concept Description Repository
36
basyx.cdrepo.name = cd-repo

basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application-integration.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25
server.error.path=/error
36

basyx.submodelrepository/basyx.submodelrepository.component/src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25

36
spring.application.name=Submodel Repository

basyx.submodelservice/basyx.submodelservice.example/src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25

36
spring.application.name=Submodel Service

ci/rules/sm-repo.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25
basyx.backend=InMemory
36
basyx.cors.allowed-origins=*
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8087
25
spring.application.name=examples.basyxclient

examples/BaSyxClient/config/aas-env.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25
basyx.backend=InMemory
36
basyx.cors.allowed-origins=*

examples/BaSyxDatabridge/basyx/aas-env.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25
basyx.backend=InMemory
36
basyx.environment=file:aas

examples/BaSyxDynamicRBAC/basyx/aas-discovery.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Do NOT change any port while running in a Docker container.
2+
# Changing this will make the service unreachable from outside the container.
3+
# This port should only be changed when running the application without Docker
14
server.port=8081
25
spring.application.name=AAS Discovery Service
36
basyx.aasdiscoveryservice.name=aas-discovery-service

0 commit comments

Comments
 (0)