Skip to content

Commit

Permalink
removed configuration variable
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 6, 2015
1 parent 72658d2 commit 8eb5f3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ The following are reserved configuration variables that modify Appier's behavior

##### General

* `SURL` (`str`) - Special URI/URL base representation of the server configuration in the form `SERVER_NAME-(SSL)://BIND_HOST:BIND_PORT`, that can be used as a single string portable way of defininf the way the application is meant to be served
* `SERVER` (`str`) - The server that will host the app: `legacy`, `netius`, `waitress`, `tornado`, `cherrypi` (default to `legacy`)
* `HOST` (`str`) - The address of the server that serves the app (eg: `127.0.0.1` or `0.0.0.0`)
* `PORT` (`int`) - The port the server will listen at (eg: `8080`)
Expand Down

0 comments on commit 8eb5f3d

Please sign in to comment.