Skip to content

Commit f40a0d4

Browse files
committed
disable ndm config by default
1 parent b098570 commit f40a0d4

File tree

1 file changed

+1
-1
lines changed
  • src/Nethermind/Nethermind.DataMarketplace.Core/Configs

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.DataMarketplace.Core/Configs/NdmConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace Nethermind.DataMarketplace.Core.Configs
2222
{
2323
public class NdmConfig : INdmConfig
2424
{
25-
public bool Enabled { get; set; } = true;
25+
public bool Enabled { get; set; }
2626
public string InitializerName { get; set; } = "ndm";
2727
public bool StoreConfigInDatabase { get; set; } = true;
2828
public string Id { get; set; } = "ndm";

0 commit comments

Comments
 (0)