##// END OF EJS Templates
ini: sync CE and EE
marcink -
r545:3511d875 default
parent child Browse files
Show More
@@ -128,7 +128,7 b' full_stack = true'
128 128 ## return gzipped responses from Rhodecode (static files/application)
129 129 gzip_responses = true
130 130
131 # autogenerate javascript routes file on startup
131 ## autogenerate javascript routes file on startup
132 132 generate_js_files = false
133 133
134 134 ## Optional Languages
@@ -317,8 +317,8 b' beaker.cache.sql_cache_short.type = memo'
317 317 beaker.cache.sql_cache_short.expire = 10
318 318 beaker.cache.sql_cache_short.key_length = 256
319 319
320 # default is memory cache, configure only if required
321 # using multi-node or multi-worker setup
320 ## default is memory cache, configure only if required
321 ## using multi-node or multi-worker setup
322 322 #beaker.cache.auth_plugins.type = ext:database
323 323 #beaker.cache.auth_plugins.lock_dir = %(here)s/data/cache/auth_plugin_lock
324 324 #beaker.cache.auth_plugins.url = postgresql://postgres:secret@localhost/rhodecode
@@ -331,8 +331,8 b' beaker.cache.repo_cache_long.type = memo'
331 331 beaker.cache.repo_cache_long.max_items = 4096
332 332 beaker.cache.repo_cache_long.expire = 2592000
333 333
334 # default is memorylru_base cache, configure only if required
335 # using multi-node or multi-worker setup
334 ## default is memorylru_base cache, configure only if required
335 ## using multi-node or multi-worker setup
336 336 #beaker.cache.repo_cache_long.type = ext:memcached
337 337 #beaker.cache.repo_cache_long.url = localhost:11211
338 338 #beaker.cache.repo_cache_long.expire = 1209600
@@ -394,6 +394,8 b' search.location = %(here)s/data/index'
394 394 ########################################
395 395 ### CHANNELSTREAM CONFIG ####
396 396 ########################################
397 ## channelstream enables persistent connections and live notification
398 ## in the system. It's also used by the chat system
397 399
398 400 channelstream.enabled = true
399 401 # location of channelstream server on the backend
@@ -102,7 +102,7 b' full_stack = true'
102 102 ## return gzipped responses from Rhodecode (static files/application)
103 103 gzip_responses = true
104 104
105 # autogenerate javascript routes file on startup
105 ## autogenerate javascript routes file on startup
106 106 generate_js_files = false
107 107
108 108 ## Optional Languages
@@ -291,8 +291,8 b' beaker.cache.sql_cache_short.type = memo'
291 291 beaker.cache.sql_cache_short.expire = 10
292 292 beaker.cache.sql_cache_short.key_length = 256
293 293
294 # default is memory cache, configure only if required
295 # using multi-node or multi-worker setup
294 ## default is memory cache, configure only if required
295 ## using multi-node or multi-worker setup
296 296 #beaker.cache.auth_plugins.type = ext:database
297 297 #beaker.cache.auth_plugins.lock_dir = %(here)s/data/cache/auth_plugin_lock
298 298 #beaker.cache.auth_plugins.url = postgresql://postgres:secret@localhost/rhodecode
@@ -305,8 +305,8 b' beaker.cache.repo_cache_long.type = memo'
305 305 beaker.cache.repo_cache_long.max_items = 4096
306 306 beaker.cache.repo_cache_long.expire = 2592000
307 307
308 # default is memorylru_base cache, configure only if required
309 # using multi-node or multi-worker setup
308 ## default is memorylru_base cache, configure only if required
309 ## using multi-node or multi-worker setup
310 310 #beaker.cache.repo_cache_long.type = ext:memcached
311 311 #beaker.cache.repo_cache_long.url = localhost:11211
312 312 #beaker.cache.repo_cache_long.expire = 1209600
@@ -368,6 +368,8 b' search.location = %(here)s/data/index'
368 368 ########################################
369 369 ### CHANNELSTREAM CONFIG ####
370 370 ########################################
371 ## channelstream enables persistent connections and live notification
372 ## in the system. It's also used by the chat system
371 373
372 374 channelstream.enabled = true
373 375 # location of channelstream server on the backend
General Comments 0
You need to be logged in to leave comments. Login now