comparison development.ini @ 342:c71dc6ef36e6

removed unneded options from config files
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 14 Jul 2010 02:28:51 +0200
parents 00892f5cf504
children 6484963056cd
comparison
equal deleted inserted replaced
341:1ef52a70f3b7 342:c71dc6ef36e6
36 use = egg:pylons_app 36 use = egg:pylons_app
37 full_stack = true 37 full_stack = true
38 static_files = true 38 static_files = true
39 lang=en 39 lang=en
40 cache_dir = %(here)s/data 40 cache_dir = %(here)s/data
41 ##a name for our application
42 hg_app_name = Python-works
43 hg_app_repo_conf = repositories.config
44 41
45 #################################### 42 ####################################
46 ### BEAKER CACHE #### 43 ### BEAKER CACHE ####
47 #################################### 44 ####################################
48 beaker.cache.data_dir=/%(here)s/data/cache/data 45 beaker.cache.data_dir=/%(here)s/data/cache/data