comparison development.ini @ 8883:fb40978c1afb

docs: clarify that force_https trumps anything else
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 17 May 2021 16:59:06 +0200
parents 116151b6bfb2
children 3d7ba590f6f5
comparison
equal deleted inserted replaced
8882:81e6b5e62a2c 8883:fb40978c1afb
109 app_instance_uuid = development-not-secret 109 app_instance_uuid = development-not-secret
110 110
111 ## cut off limit for large diffs (size in bytes) 111 ## cut off limit for large diffs (size in bytes)
112 cut_off_limit = 256000 112 cut_off_limit = 256000
113 113
114 ## force https in Kallithea, fixes https redirects, assumes it's always https 114 ## always pretend the client connected using HTTPS (default false)
115 force_https = false 115 #force_https = true
116 116
117 ## use Strict-Transport-Security headers 117 ## use Strict-Transport-Security headers (default false)
118 use_htsts = false 118 #use_htsts = true
119 119
120 ## number of commits stats will parse on each iteration 120 ## number of commits stats will parse on each iteration
121 commit_parse_limit = 25 121 commit_parse_limit = 25
122 122
123 ## Path to Python executable to be used for git hooks. 123 ## Path to Python executable to be used for git hooks.