Skip to content

Commit

Permalink
disable ndm config by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tkstanczak committed Jul 22, 2019
1 parent b098570 commit f40a0d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Nethermind.DataMarketplace.Core.Configs
{
public class NdmConfig : INdmConfig
{
public bool Enabled { get; set; } = true;
public bool Enabled { get; set; }
public string InitializerName { get; set; } = "ndm";
public bool StoreConfigInDatabase { get; set; } = true;
public string Id { get; set; } = "ndm";
Expand Down

0 comments on commit f40a0d4

Please sign in to comment.