Skip to content

Commit

Permalink
rename config parameter for appDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
utas-raymondng committed Apr 22, 2024
1 parent a62e8f8 commit 19cf7da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class CacheArdcVocabsUtils {
@Autowired
ElasticsearchClient portalElasticsearchClient;

@Value("${elasticsearch.categories-index.name}")
@Value("${elasticsearch.index.categories.name}")
String categoriesIndexName;

@Autowired
Expand Down
4 changes: 2 additions & 2 deletions indexer/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ management:
elasticsearch:
index:
name: portal_records
categories-index:
name: discovery_category
categories:
name: discovery_category

geonetwork:
host: http://localhost:8080
Expand Down

0 comments on commit 19cf7da

Please sign in to comment.