Skip to content

Commit 0327ae8

Browse files
authored
Fix casing of minInflateRatio property
1 parent bb95ed3 commit 0327ae8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ basyx.backend = InMemory
2020
# basyx.cors.allowed-origins=http://localhost:3000, http://localhost:4000
2121
# basyx.cors.allowed-methods=GET,POST,PATCH,DELETE,PUT,OPTIONS,HEAD
2222

23-
# basyx.aasenvironment.minInflateRatio=0.00001
23+
# basyx.aasenvironment.mininflateratio=0.00001
2424

2525
####################################################################################
2626
# Preconfiguring the Environment;
@@ -113,4 +113,4 @@ basyx.backend = InMemory
113113
# basyx.submodelrepository.feature.experimental.search.indexname=sm-index-test
114114
# spring.elasticsearch.uris=http://localhost:9200
115115
# spring.elasticsearch.username=elastic
116-
# spring.elasticsearch.password=vtzJFt1b
116+
# spring.elasticsearch.password=vtzJFt1b

0 commit comments

Comments
 (0)