Skip to content

Commit 3ca5865

Browse files
author
faheem
committed
dtr module to InMemory from MongoDB to test workflows
1 parent 5eccbe5 commit 3ca5865

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • basyx.aasdigitaltwinregistry/basyx.digitaltwinregistry.component/src/main/resources

basyx.aasdigitaltwinregistry/basyx.digitaltwinregistry.component/src/main/resources/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ basyx:
99
feature:
1010
discoveryintegration:
1111
enabled: true
12-
baseUrl: http://localhost:8082
12+
baseUrl: http://localhost:8081
1313

1414
endpoints:
1515
web:
@@ -21,7 +21,7 @@ server:
2121

2222
spring:
2323
profiles:
24-
active: logEvents,${SPRING_PROFILE:MongoDB}
24+
active: logEvents,${SPRING_PROFILE:InMemory}
2525
main:
2626
allow-bean-definition-overriding: true
2727
application:

0 commit comments

Comments
 (0)