comparison production.ini @ 683:341beaa9edba beta

Implemented whoosh index building as paster command. docs update fixed manifest.in for missing yui file. Fixed setup to beta added base for paster upgrade-db command
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 13 Nov 2010 02:29:46 +0100
parents 56a8434a88cc
children ecc566f8b69f
comparison
equal deleted inserted replaced
682:23c2a0e6df0b 683:341beaa9edba
41 use = egg:rhodecode 41 use = egg:rhodecode
42 full_stack = true 42 full_stack = true
43 static_files = false 43 static_files = false
44 lang=en 44 lang=en
45 cache_dir = %(here)s/data 45 cache_dir = %(here)s/data
46 index_dir = %(here)s/data/index
46 47
47 #################################### 48 ####################################
48 ### BEAKER CACHE #### 49 ### BEAKER CACHE ####
49 #################################### 50 ####################################
50 beaker.cache.data_dir=/%(here)s/data/cache/data 51 beaker.cache.data_dir=/%(here)s/data/cache/data