Skip to content

Commit

Permalink
new value
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jan 6, 2015
1 parent 00ef45d commit 392bf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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
* `SURL` (`str`) - Special URI/URL base representation of the server configuration in the form `SERVER_NAME-(SSL)://BIND_HOST:BIND_PORT`
* `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 392bf29

Please sign in to comment.