From 6d0b3264c2263e06eb0d5c854fd5782f04a34b24 Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Sun, 25 Sep 2011 19:02:47 +0200 Subject: [PATCH] Mention localhost:5000 being pointless in the docs. It already says that down on the page but not on the key --- docs/config.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 1ed004d2..75ddf86d 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -90,7 +90,9 @@ The following configuration values are used internally by Flask: ``LOGGER_NAME`` the name of the logger ``SERVER_NAME`` the name and port number of the server. Required for subdomain support (e.g.: - ``'localhost:5000'``) + ``'myapp.dev:5000'``) Note that + localhost does not support subdomains so + setting this to “localhost” help. ``APPLICATION_ROOT`` If the application does not occupy a whole domain or subdomain this can be set to the path where the application