fix: make prometheus base url configurable

This commit is contained in:
sam 2025-04-11 14:58:21 +02:00
parent a4a6fb5d31
commit 9f3dfc74d6
Signed by: sam
GPG key ID: 5F3C3C1B3166639D
3 changed files with 7 additions and 2 deletions

View file

@ -33,6 +33,7 @@ public class Config
public bool EnableMetrics { get; init; } = true;
public string? SeqLogUrl { get; init; }
public string? PrometheusUrl { get; init; }
}
public class DatabaseConfig