Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Feb 12, 2025
1 parent 7fe8b76 commit 20262ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/node/config/external.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# the node might lose rating (even facing penalties) due to the fact that
# the indexer is called synchronously and might block due to external causes.
# Strongly suggested to activate this on a regular observer node.
# To use our public elastic client, set the URL to https://index.multiversx.com
Enabled = false
URL = "http://localhost:9201"
Username = ""
Expand Down
2 changes: 1 addition & 1 deletion config/externalConfig.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ package config
// ExternalConfig will hold the configurations for external tools, such as Explorer or Elasticsearch
type ExternalConfig struct {
ElasticSearchConnector ElasticSearchConfig
MainChainElasticSearchConnector MainChainElasticSearchConfig
EventNotifierConnector EventNotifierConfig
HostDriversConfig []HostDriversConfig
MainChainElasticSearchConnector MainChainElasticSearchConfig
}

// ElasticSearchConfig will hold the configuration for the elastic search
Expand Down

0 comments on commit 20262ed

Please sign in to comment.