Skip to content

Commit e95ce9b

Browse files
authored
Further fixes to default aas registry collection names
1 parent 007791e commit e95ce9b

File tree

1 file changed

+1
-1
lines changed
  • basyx.aasregistry/basyx.aasregistry-service-mongodb-storage/src/main/java/org/eclipse/digitaltwin/basyx/aasregistry/service/configuration

1 file changed

+1
-1
lines changed

basyx.aasregistry/basyx.aasregistry-service-mongodb-storage/src/main/java/org/eclipse/digitaltwin/basyx/aasregistry/service/configuration/MongoDbConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
@Log4j2
5353
public class MongoDbConfiguration {
5454

55-
@Value("${basyx.aasregistry.mongodb.collectionName:submodeldescriptors}")
55+
@Value("${basyx.aasregistry.mongodb.collectionName:assetAdministrationShellDescriptor}")
5656
private String collectionName;
5757

5858
@Bean

0 commit comments

Comments
 (0)