Small tweaks to the web api
This commit is contained in:
parent
4a11ce6207
commit
3004b19209
5 changed files with 25 additions and 10 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue