Fix a typo in README

This commit is contained in:
Lucas Verney 2018-03-11 21:43:36 +01:00
parent f529619c99
commit 40fbc5b662
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ WSGI to serve the application directly (`application` variable is exported in
You can customize the behavior of the app by passing environment variables:
* `CUIZIN_HOST` to set the host on which the webserver should listen to
(defaults to `localhost` only). Use `HOST=0.0.0.0` to make it
(defaults to `localhost` only). Use `CUIZIN_HOST=0.0.0.0` to make it
world-accessible.
* `CUIZIN_PORT` to set the port on which the webserver should listen. Defaults
to `8080`.