mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:27:22 +01:00
something something metrics
This commit is contained in:
parent
d83e4e060f
commit
4d1ef1f871
7 changed files with 6 additions and 14 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue