From 8eb5f3d61b7c6d59fbd268719dd9d4746ecab54d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= Date: Tue, 6 Jan 2015 17:36:10 +0000 Subject: [PATCH] removed configuration variable --- doc/configuration.md | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/configuration.md b/doc/configuration.md index 02ed58e1..74255aa3 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -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`)