Remove http.development (#10267)

* Remove http.development

* Remove development

* Remove development from tests

* Remove constant
This commit is contained in:
Paulus Schoutsen 2017-11-01 05:07:16 -07:00 committed by Fabian Affolter
parent 619d329a16
commit 4dc9ac820f
6 changed files with 19 additions and 28 deletions

View file

@ -7,6 +7,5 @@ KEY_BANS_ENABLED = 'ha_bans_enabled'
KEY_BANNED_IPS = 'ha_banned_ips'
KEY_FAILED_LOGIN_ATTEMPTS = 'ha_failed_login_attempts'
KEY_LOGIN_THRESHOLD = 'ha_login_threshold'
KEY_DEVELOPMENT = 'ha_development'
HTTP_HEADER_X_FORWARDED_FOR = 'X-Forwarded-For'