Skip to content

Commit

Permalink
Update overridable-config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-rosianu authored Nov 12, 2024
1 parent ba3d959 commit ae059c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/chain-simulator-e2e/overridable-config.toml
Original file line number Diff line number Diff line change
@@ -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 },
Expand Down

0 comments on commit ae059c2

Please sign in to comment.