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 93877e1 commit ba3d959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e-tests/chain-simulator-e2e/overridable-config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
OverridableConfigTomlValues = [
{ File = "external.toml", Path = "ElasticSearchConnector.Enabled", Value = "true" },
{ File = "external.toml", Path = "ElasticSearchConnector.Enabled", Value = true },
{ File = "external.toml", Path = "ElasticSearchConnector.URL", Value = "http://elasticsearch:9200" },
{ File = "enableEpochs.toml", Path = "EnableEpochs.StakeLimitsEnableEpoch", Value = "1000000" },
{ 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" },
{ File = "config.toml", Path = "WebServerAntiflood.WebServerAntifloodEnabled", Value = "false"}
{ File = "config.toml", Path = "Debug.Process.Enabled", Value = false },
{ File = "config.toml", Path = "WebServerAntiflood.WebServerAntifloodEnabled", Value = false }
]

0 comments on commit ba3d959

Please sign in to comment.