Cleanup some dead code and database models
This commit is contained in:
parent
520633c590
commit
ff968a490f
5 changed files with 0 additions and 78 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue