Add CherryPy Environment Option

This commit is contained in:
Eric Solari 2016-03-15 22:24:08 -05:00
parent c72314fb71
commit 6e5cd82dfb
3 changed files with 3 additions and 0 deletions

View file

@ -142,6 +142,7 @@ _CONFIG_DEFINITIONS = {
'HTTPS_KEY': (str, 'General', ''),
'HTTPS_DOMAIN': (str, 'General', 'localhost'),
'HTTPS_IP': (str, 'General', '127.0.0.1'),
'HTTP_ENVIRONMENT': (str, 'General', 'production'),
'HTTP_HOST': (str, 'General', '0.0.0.0'),
'HTTP_PASSWORD': (str, 'General', ''),
'HTTP_PORT': (int, 'General', 8181),