something something metrics
This commit is contained in:
@@ -9,7 +9,7 @@ public class MareConfigurationBase : IMareConfiguration
|
||||
{
|
||||
public int DbContextPoolSize { get; set; } = 100;
|
||||
public string ShardName { get; set; } = string.Empty;
|
||||
public int MetricsPort { get; set; } = 4981;
|
||||
public int MetricsPort { get; set; }
|
||||
|
||||
public T GetValue<T>(string key)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user