comparison rhodecode/config/deployment.ini_tmpl @ 597:53128b6b9a4d rhodecode-0.0.1.0.0rc4

added password validation, second try on paster setup-app, docs update, and fixed beaker cache settings in ini files.
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 12 Oct 2010 23:17:25 +0200
parents 0a48c1ec04fc
children 79457e03ef68
comparison
equal deleted inserted replaced
596:ae5e3dafc02c 597:53128b6b9a4d
46 app_instance_uuid = ${app_instance_uuid} 46 app_instance_uuid = ${app_instance_uuid}
47 47
48 #################################### 48 ####################################
49 ### BEAKER CACHE #### 49 ### BEAKER CACHE ####
50 #################################### 50 ####################################
51 beaker.cache.data_dir=/%(here)s/data/cache/data 51 beaker.cache.data_dir=/%(here)s/data/cache/data
52 beaker.cache.lock_dir=/%(here)s/data/cache/lock 52 beaker.cache.lock_dir=/%(here)s/data/cache/lock
53 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long 53 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
54 beaker.cache.long_term.type=memory
55 beaker.cache.long_term.expire=36000
56 54
57 beaker.cache.short_term.type=memory 55 beaker.cache.super_short_term.type=memory
58 beaker.cache.short_term.expire=60 56 beaker.cache.super_short_term.expire=10
59 57
60 beaker.cache.super_short_term.type=memory 58 beaker.cache.short_term.type=memory
61 beaker.cache.super_short_term.expire=10 59 beaker.cache.short_term.expire=60
62 60
63 beaker.cache.sql_cache_short.type=memory 61 beaker.cache.long_term.type=memory
64 beaker.cache.sql_cache_short.expire=5 62 beaker.cache.long_term.expire=36000
65 63
66 beaker.cache.sql_cache_med.type=memory 64 beaker.cache.sql_cache_short.type=memory
67 beaker.cache.sql_cache_med.expire=360 65 beaker.cache.sql_cache_short.expire=5
68 66
69 beaker.cache.sql_cache_long.type=file 67 beaker.cache.sql_cache_med.type=memory
70 beaker.cache.sql_cache_long.expire=3600 68 beaker.cache.sql_cache_med.expire=360
69
70 beaker.cache.sql_cache_long.type=file
71 beaker.cache.sql_cache_long.expire=3600
71 72
72 #################################### 73 ####################################
73 ### BEAKER SESSION #### 74 ### BEAKER SESSION ####
74 #################################### 75 ####################################
75 ## Type of storage used for the session, current types are 76 ## Type of storage used for the session, current types are