remove unused MetricsAddress from config

This commit is contained in:
sam 2025-03-18 15:03:03 +01:00
parent f00f5b400e
commit 978b8e100e
Signed by: sam
GPG key ID: B4EF20DDE721CAA1

View file

@ -26,7 +26,6 @@ public class Config
public string MediaBaseUrl { get; init; } = null!;
public string Address => $"http://{Host}:{Port}";
public string MetricsAddress => $"http://{Host}:{Logging.MetricsPort}";
public LoggingConfig Logging { get; init; } = new();
public DatabaseConfig Database { get; init; } = new();