comparison production.ini @ 1116:716911af91e1 beta

Added api_key into user, api key get's generated again after password change updated ini files
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 06 Mar 2011 00:06:28 +0100
parents 5351a3a32381
children b9ea10d3e419
comparison
equal deleted inserted replaced
1115:fcb5054937f6 1116:716911af91e1
27 [server:main] 27 [server:main]
28 ##nr of threads to spawn 28 ##nr of threads to spawn
29 threadpool_workers = 5 29 threadpool_workers = 5
30 30
31 ##max request before thread respawn 31 ##max request before thread respawn
32 threadpool_max_requests = 2 32 threadpool_max_requests = 6
33 33
34 ##option to use threads of process 34 ##option to use threads of process
35 use_threadpool = true 35 use_threadpool = true
36 36
37 use = egg:Paste#http 37 use = egg:Paste#http
45 lang=en 45 lang=en
46 cache_dir = %(here)s/data 46 cache_dir = %(here)s/data
47 index_dir = %(here)s/data/index 47 index_dir = %(here)s/data/index
48 cut_off_limit = 256000 48 cut_off_limit = 256000
49 force_https = false 49 force_https = false
50 commit_parse_limit = 250 50 commit_parse_limit = 25
51 use_gravatar = true 51 use_gravatar = true
52 52
53 #################################### 53 ####################################
54 ### CELERY CONFIG #### 54 ### CELERY CONFIG ####
55 #################################### 55 ####################################
92 beaker.cache.short_term.expire=60 92 beaker.cache.short_term.expire=60
93 93
94 beaker.cache.long_term.type=memory 94 beaker.cache.long_term.type=memory
95 beaker.cache.long_term.expire=36000 95 beaker.cache.long_term.expire=36000
96 96
97
98 beaker.cache.sql_cache_short.type=memory 97 beaker.cache.sql_cache_short.type=memory
99 beaker.cache.sql_cache_short.expire=10 98 beaker.cache.sql_cache_short.expire=10
100 99
101 beaker.cache.sql_cache_med.type=memory 100 beaker.cache.sql_cache_med.type=memory
102 beaker.cache.sql_cache_med.expire=360 101 beaker.cache.sql_cache_med.expire=360
139 logview.pylons.util = #eee 138 logview.pylons.util = #eee
140 139
141 ######################################################### 140 #########################################################
142 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ### 141 ### DB CONFIGS - EACH DB WILL HAVE IT'S OWN CONFIG ###
143 ######################################################### 142 #########################################################
144 sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db 143 #sqlalchemy.db1.url = sqlite:///%(here)s/rhodecode.db
144 sqlalchemy.db1.url = postgresql://postgres:qwe@localhost/rhodecode
145 #sqlalchemy.db1.echo = False 145 #sqlalchemy.db1.echo = False
146 #sqlalchemy.db1.pool_recycle = 3600 146 #sqlalchemy.db1.pool_recycle = 3600
147 sqlalchemy.convert_unicode = true 147 sqlalchemy.convert_unicode = true
148 148
149 ################################ 149 ################################