Small tweaks to the web api

This commit is contained in:
runebaas 2018-05-14 00:41:05 +02:00
parent 4a11ce6207
commit 3004b19209
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
5 changed files with 25 additions and 10 deletions

View file

@ -63,7 +63,7 @@ namespace Geekbot.net.Lib
* WebApi *
************************************/
[Option("api-host", Default = "127.0.0.1", HelpText = "Host on which the WebApi listens")]
[Option("api-host", Default = "localhost", HelpText = "Host on which the WebApi listens")]
public string ApiHost { get; set; }
[Option("api-port", Default = "12995", HelpText = "Port on which the WebApi listens")]