comparison test.ini @ 2031:82a88013a3fd

merge 1.3 into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 17:25:09 +0200
parents 752b0a7b7679 87f0800abc7b
children dc2584ba5fbc
comparison
equal deleted inserted replaced
2005:ab0e122b38a7 2031:82a88013a3fd
49 app_instance_uuid = develop-test 49 app_instance_uuid = develop-test
50 cut_off_limit = 256000 50 cut_off_limit = 256000
51 force_https = false 51 force_https = false
52 commit_parse_limit = 25 52 commit_parse_limit = 25
53 use_gravatar = true 53 use_gravatar = true
54 container_auth_enabled = false
55 proxypass_auth_enabled = false
54 56
55 #################################### 57 ####################################
56 ### CELERY CONFIG #### 58 ### CELERY CONFIG ####
57 #################################### 59 ####################################
58 use_celery = false 60 use_celery = false
85 beaker.cache.data_dir=/tmp/data/cache/data 87 beaker.cache.data_dir=/tmp/data/cache/data
86 beaker.cache.lock_dir=/tmp/data/cache/lock 88 beaker.cache.lock_dir=/tmp/data/cache/lock
87 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long 89 beaker.cache.regions=super_short_term,short_term,long_term,sql_cache_short,sql_cache_med,sql_cache_long
88 90
89 beaker.cache.super_short_term.type=memory 91 beaker.cache.super_short_term.type=memory
90 beaker.cache.super_short_term.expire=10 92 beaker.cache.super_short_term.expire=1
93 beaker.cache.super_short_term.key_length = 256
91 94
92 beaker.cache.short_term.type=memory 95 beaker.cache.short_term.type=memory
93 beaker.cache.short_term.expire=60 96 beaker.cache.short_term.expire=60
97 beaker.cache.short_term.key_length = 256
94 98
95 beaker.cache.long_term.type=memory 99 beaker.cache.long_term.type=memory
96 beaker.cache.long_term.expire=36000 100 beaker.cache.long_term.expire=36000
101 beaker.cache.long_term.key_length = 256
97 102
98 beaker.cache.sql_cache_short.type=memory 103 beaker.cache.sql_cache_short.type=memory
99 beaker.cache.sql_cache_short.expire=10 104 beaker.cache.sql_cache_short.expire=1
105 beaker.cache.sql_cache_short.key_length = 256
100 106
101 beaker.cache.sql_cache_med.type=memory 107 beaker.cache.sql_cache_med.type=memory
102 beaker.cache.sql_cache_med.expire=360 108 beaker.cache.sql_cache_med.expire=360
109 beaker.cache.sql_cache_med.key_length = 256
103 110
104 beaker.cache.sql_cache_long.type=file 111 beaker.cache.sql_cache_long.type=file
105 beaker.cache.sql_cache_long.expire=3600 112 beaker.cache.sql_cache_long.expire=3600
113 beaker.cache.sql_cache_long.key_length = 256
106 114
107 #################################### 115 ####################################
108 ### BEAKER SESSION #### 116 ### BEAKER SESSION ####
109 #################################### 117 ####################################
110 ## Type of storage used for the session, current types are 118 ## Type of storage used for the session, current types are
141 ######################################################### 149 #########################################################
142 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### 150 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
143 ######################################################### 151 #########################################################
144 sqlalchemy.db1.url = sqlite:///%(here)s/test.db 152 sqlalchemy.db1.url = sqlite:///%(here)s/test.db
145 #sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode_tests 153 #sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode_tests
146 #sqlalchemy.db1.echo = False 154 #sqlalchemy.db1.echo = false
147 #sqlalchemy.db1.pool_recycle = 3600 155 #sqlalchemy.db1.pool_recycle = 3600
148 sqlalchemy.convert_unicode = true 156 sqlalchemy.convert_unicode = true
149 157
150 ################################ 158 ################################
151 ### LOGGING CONFIGURATION #### 159 ### LOGGING CONFIGURATION ####