From ae059c2e668e665df5ecf288874dfd299b72141c Mon Sep 17 00:00:00 2001 From: bogdan-rosianu <51945539+bogdan-rosianu@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:19:24 +0200 Subject: [PATCH] Update overridable-config.toml --- e2e-tests/chain-simulator-e2e/overridable-config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/chain-simulator-e2e/overridable-config.toml b/e2e-tests/chain-simulator-e2e/overridable-config.toml index 6d1390c..ac1ec6a 100644 --- a/e2e-tests/chain-simulator-e2e/overridable-config.toml +++ b/e2e-tests/chain-simulator-e2e/overridable-config.toml @@ -1,6 +1,6 @@ OverridableConfigTomlValues = [ { File = "external.toml", Path = "ElasticSearchConnector.Enabled", Value = true }, - { File = "external.toml", Path = "ElasticSearchConnector.URL", Value = "http://elasticsearch:9200" }, + { File = "external.toml", Path = "ElasticSearchConnector.URL", Value = "http://localhost:9200" }, { File = "enableEpochs.toml", Path = "EnableEpochs.StakeLimitsEnableEpoch", Value = 1000000 }, { File = "systemSmartContractsConfig.toml", Path = "ESDTSystemSCConfig.BaseIssuingCost", Value = "50000000000000000" }, # (0.05 EGLD) { File = "config.toml", Path = "Debug.Process.Enabled", Value = false },