comparison production.ini @ 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
45 cache_dir = %(here)s/data 45 cache_dir = %(here)s/data
46 46
47 #################################### 47 ####################################
48 ### BEAKER CACHE #### 48 ### BEAKER CACHE ####
49 #################################### 49 ####################################
50 beaker.cache.data_dir=/%(here)s/data/cache/data 50 beaker.cache.data_dir=/%(here)s/data/cache/data
51 beaker.cache.lock_dir=/%(here)s/data/cache/lock 51 beaker.cache.lock_dir=/%(here)s/data/cache/lock
52 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long 52 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
53 beaker.cache.long_term.type=memory
54 beaker.cache.long_term.expire=36000
55 53
56 beaker.cache.short_term.type=memory 54 beaker.cache.super_short_term.type=memory
57 beaker.cache.short_term.expire=60 55 beaker.cache.super_short_term.expire=10
58 56
59 beaker.cache.super_short_term.type=memory 57 beaker.cache.short_term.type=memory
60 beaker.cache.super_short_term.expire=10 58 beaker.cache.short_term.expire=60
61 59
62 beaker.cache.sql_cache_short.type=memory 60 beaker.cache.long_term.type=memory
63 beaker.cache.sql_cache_short.expire=5 61 beaker.cache.long_term.expire=36000
64 62
65 beaker.cache.sql_cache_med.type=memory 63 beaker.cache.sql_cache_short.type=memory
66 beaker.cache.sql_cache_med.expire=360 64 beaker.cache.sql_cache_short.expire=5
67 65
68 beaker.cache.sql_cache_long.type=file 66 beaker.cache.sql_cache_med.type=memory
69 beaker.cache.sql_cache_long.expire=3600 67 beaker.cache.sql_cache_med.expire=360
68
69 beaker.cache.sql_cache_long.type=file
70 beaker.cache.sql_cache_long.expire=3600
70 71
71 #################################### 72 ####################################
72 ### BEAKER SESSION #### 73 ### BEAKER SESSION ####
73 #################################### 74 ####################################
74 ## Type of storage used for the session, current types are 75 ## Type of storage used for the session, current types are