comparison development.ini @ 3359:c394a564ab71 beta

make the htsts headers optional and stored in .ini file. also don't use it with DEBUG
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 10 Feb 2013 20:35:35 +0100
parents a797ada9d2ad
children e67b2ef07a8e
comparison
equal deleted inserted replaced
3358:321ca2e69004 3359:c394a564ab71
64 cache_dir = %(here)s/data 64 cache_dir = %(here)s/data
65 index_dir = %(here)s/data/index 65 index_dir = %(here)s/data/index
66 app_instance_uuid = rc-develop 66 app_instance_uuid = rc-develop
67 cut_off_limit = 256000 67 cut_off_limit = 256000
68 vcs_full_cache = True 68 vcs_full_cache = True
69 # force https in RhodeCode, fixes https redirects, assumes it's always https
69 force_https = false 70 force_https = false
71 # use Strict-Transport-Security headers
72 use_htsts = false
70 commit_parse_limit = 25 73 commit_parse_limit = 25
71 # number of items displayed in lightweight dashboard before paginating 74 # number of items displayed in lightweight dashboard before paginating
72 dashboard_items = 100 75 dashboard_items = 100
73 use_gravatar = true 76 use_gravatar = true
74 77