Skip to content

Commit

Permalink
link to new DKG index (#6296)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie authored Jan 29, 2025
1 parent c2bbdaf commit 1fe902c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class DownloadStaticESIndexService {
@Value("${terarium.static-index-path}")
private String staticIndexPath;

private static final String EPI_ROOT = "epi_dkg_20241030";
private static final String EPI_ROOT = "epi_dkg_20250128";
private static final String AWS_ID = "static-index";
private final Environment env;

Expand Down
2 changes: 1 addition & 1 deletion packages/server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ terarium.elasticsearch.index.model-configuration-root=modelconfiguration
terarium.elasticsearch.index.notebook-session-root=notebooksession
terarium.elasticsearch.index.simulation-root=simulation
terarium.elasticsearch.index.workflow-root=workflow
terarium.elasticsearch.index.epi-dkg-root=epi_dkg_20241030
terarium.elasticsearch.index.epi-dkg-root=epi_dkg_20250128
terarium.elasticsearch.index.climate-dkg-root=climate_dkg_20241025
management.health.elasticsearch.enabled=false

Expand Down

0 comments on commit 1fe902c

Please sign in to comment.