Cleanup some dead code and database models

This commit is contained in:
runebaas 2020-06-01 01:13:45 +02:00
parent 520633c590
commit ff968a490f
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
5 changed files with 0 additions and 78 deletions

View file

@ -59,14 +59,5 @@ namespace Geekbot.net.Lib
[Option("api-port", Default = "12995", HelpText = "Port on which the WebApi listens")]
public string ApiPort { get; set; }
/************************************
* Prometheus *
************************************/
[Option("prometheus-host", Default = "localhost", HelpText = "Host on which the Prometheus Metric Server listens")]
public string PrometheusHost { get; set; }
[Option("prometheus-port", Default = "12991", HelpText = "Port on which the Prometheus Metric Server listens")]
public string PrometheusPort { get; set; }
}
}