-
Notifications
You must be signed in to change notification settings - Fork 434
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the duplicated
NETHERMIND_HIVE_ENABLED
and other obsolete en…
…v variables
- Loading branch information
Showing
5 changed files
with
21 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,14 @@ | ||
// SPDX-FileCopyrightText: 2022 Demerzel Solutions Limited | ||
// SPDX-License-Identifier: LGPL-3.0-only | ||
|
||
namespace Nethermind.Config | ||
namespace Nethermind.Config; | ||
|
||
public class NoCategoryConfig : INoCategoryConfig | ||
{ | ||
public class NoCategoryConfig : INoCategoryConfig | ||
{ | ||
public string Config { get; set; } = null; | ||
public string DataDir { get; set; } | ||
public string ConfigsDirectory { get; set; } | ||
public string BaseDbPath { get; set; } | ||
public string Log { get; set; } | ||
public string LoggerConfigSource { get; set; } | ||
public string PluginsDirectory { get; set; } | ||
public string MonitoringJob { get; set; } | ||
public string MonitoringGroup { get; set; } | ||
public string EnodeIpAddress { get; set; } | ||
public bool HiveEnabled { get; set; } | ||
public string Url { get; set; } | ||
public string CorsOrigins { get; set; } | ||
public string CliSwitchLocal { get; set; } | ||
} | ||
public string Config { get; set; } = null; | ||
public string MonitoringJob { get; set; } | ||
public string EnodeIpAddress { get; set; } | ||
public string Url { get; set; } | ||
public string CorsOrigins { get; set; } | ||
public string CliSwitchLocal { get; set; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters