diff 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
line wrap: on
line diff
--- a/development.ini	Sun Feb 10 17:52:29 2013 +0100
+++ b/development.ini	Sun Feb 10 20:35:35 2013 +0100
@@ -66,7 +66,10 @@
 app_instance_uuid = rc-develop
 cut_off_limit = 256000
 vcs_full_cache = True
+# force https in RhodeCode, fixes https redirects, assumes it's always https
 force_https = false
+# use Strict-Transport-Security headers
+use_htsts = false
 commit_parse_limit = 25
 # number of items displayed in lightweight dashboard before paginating
 dashboard_items = 100