Default to 127.0.0.1 not 0.0.0.0

Closes #98
This commit is contained in:
Simon Willison 2017-11-14 21:08:46 -08:00
commit ea183b2ae3
3 changed files with 3 additions and 3 deletions

View file

@ -84,7 +84,7 @@ http://localhost:8001/History/downloads.jsono will return that data as JSON in a
Serve up specified SQLite database files with a web UI
Options:
-h, --host TEXT host for server, defaults to 0.0.0.0
-h, --host TEXT host for server, defaults to 127.0.0.1
-p, --port INTEGER port for server, defaults to 8001
--debug Enable debug mode - useful for development
--reload Automatically reload if code change detected -