From 7c4e4d8a71a4512532a942ff4c771a55aca64701 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 8 May 2017 09:28:47 -0400 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 40e4b7f..065ed7d 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,10 @@ Configuration environment variables: ## File Server: WhiteNoise Flask-Common automatically configures [WhiteNoise](http://whitenoise.evans.io) to serve your static files. + +## Configurations + + app.config['COMMON_FILESERVER_DISABLED'] = 1 + app.config['COMMON_POWERED_BY_DISABLED'] = 1 + app.config['COMMON_PROCESSED_TIME_DISABLED'] = 1 +