Add --bind flag to specify http server host

This commit is contained in:
Dan Sosedoff
2014-10-30 18:51:49 -05:00
parent 533ed06eb8
commit d325527aa6
2 changed files with 4 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ Application Options:
--pass= Password for user
--db= Database name (postgres)
--ssl= SSL option (disable)
--bind= HTTP server host (localhost)
--listen= HTTP server listen port (8080)
--auth-user= HTTP basic auth user
--auth-pass= HTTP basic auth password