aboutsummaryrefslogtreecommitdiff
path: root/production.ini
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-01-05 23:39:26 +0100
committerMarcin Kuzminski <marcin@python-works.com>2011-01-05 23:39:26 +0100
commit4d57cbc0009ffa281311d46906e089fb69a69883 (patch)
tree9e52f37e9284e556ef89dba063edc3add4e90991 /production.ini
parentbf2cbe29a430b93ea708e7072715f74eb65b0fc7 (diff)
Added force https option into config files
--HG-- branch : beta
Diffstat (limited to 'production.ini')
-rw-r--r--production.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/production.ini b/production.ini
index 641ae514..077d9296 100644
--- a/production.ini
+++ b/production.ini
@@ -46,6 +46,7 @@ lang=en
cache_dir = %(here)s/data
index_dir = %(here)s/data/index
cut_off_limit = 256000
+force_https = false
####################################
### CELERY CONFIG ####