Skip to content

Commit

Permalink
Initial table test for configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 13, 2019
1 parent 280e87d commit cef29ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ The following are reserved configuration variables that modify Appier's behavior

#### General

* `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`)
| Name | Type | Description |
| ----- | ----- | ----- |
| **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`)
* `SSL` (`bool`) - Flag indicating if SSL should be enabled
* `KEY_FILE` (`str`) - The path to the SSL key file (mandatory if SSL is enabled)
Expand Down

0 comments on commit cef29ac

Please sign in to comment.