##// 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 ## return gzipped responses from Rhodecode (static files/application)
128 ## return gzipped responses from Rhodecode (static files/application)
129 gzip_responses = true
129 gzip_responses = true
130
130
131 # autogenerate javascript routes file on startup
131 ## autogenerate javascript routes file on startup
132 generate_js_files = false
132 generate_js_files = false
133
133
134 ## Optional Languages
134 ## Optional Languages
@@ -317,8 +317,8 b' beaker.cache.sql_cache_short.type = memo'
317 beaker.cache.sql_cache_short.expire = 10
317 beaker.cache.sql_cache_short.expire = 10
318 beaker.cache.sql_cache_short.key_length = 256
318 beaker.cache.sql_cache_short.key_length = 256
319
319
320 # default is memory cache, configure only if required
320 ## default is memory cache, configure only if required
321 # using multi-node or multi-worker setup
321 ## using multi-node or multi-worker setup
322 #beaker.cache.auth_plugins.type = ext:database
322 #beaker.cache.auth_plugins.type = ext:database
323 #beaker.cache.auth_plugins.lock_dir = %(here)s/data/cache/auth_plugin_lock
323 #beaker.cache.auth_plugins.lock_dir = %(here)s/data/cache/auth_plugin_lock
324 #beaker.cache.auth_plugins.url = postgresql://postgres:secret@localhost/rhodecode
324 #beaker.cache.auth_plugins.url = postgresql://postgres:secret@localhost/rhodecode
@@ -331,8 +331,8 b' beaker.cache.repo_cache_long.type = memo'
331 beaker.cache.repo_cache_long.max_items = 4096
331 beaker.cache.repo_cache_long.max_items = 4096
332 beaker.cache.repo_cache_long.expire = 2592000
332 beaker.cache.repo_cache_long.expire = 2592000
333
333
334 # default is memorylru_base cache, configure only if required
334 ## default is memorylru_base cache, configure only if required
335 # using multi-node or multi-worker setup
335 ## using multi-node or multi-worker setup
336 #beaker.cache.repo_cache_long.type = ext:memcached
336 #beaker.cache.repo_cache_long.type = ext:memcached
337 #beaker.cache.repo_cache_long.url = localhost:11211
337 #beaker.cache.repo_cache_long.url = localhost:11211
338 #beaker.cache.repo_cache_long.expire = 1209600
338 #beaker.cache.repo_cache_long.expire = 1209600
@@ -394,6 +394,8 b' search.location = %(here)s/data/index'
394 ########################################
394 ########################################
395 ### CHANNELSTREAM CONFIG ####
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 channelstream.enabled = true
400 channelstream.enabled = true
399 # location of channelstream server on the backend
401 # location of channelstream server on the backend
@@ -102,7 +102,7 b' full_stack = true'
102 ## return gzipped responses from Rhodecode (static files/application)
102 ## return gzipped responses from Rhodecode (static files/application)
103 gzip_responses = true
103 gzip_responses = true
104
104
105 # autogenerate javascript routes file on startup
105 ## autogenerate javascript routes file on startup
106 generate_js_files = false
106 generate_js_files = false
107
107
108 ## Optional Languages
108 ## Optional Languages
@@ -291,8 +291,8 b' beaker.cache.sql_cache_short.type = memo'
291 beaker.cache.sql_cache_short.expire = 10
291 beaker.cache.sql_cache_short.expire = 10
292 beaker.cache.sql_cache_short.key_length = 256
292 beaker.cache.sql_cache_short.key_length = 256
293
293
294 # default is memory cache, configure only if required
294 ## default is memory cache, configure only if required
295 # using multi-node or multi-worker setup
295 ## using multi-node or multi-worker setup
296 #beaker.cache.auth_plugins.type = ext:database
296 #beaker.cache.auth_plugins.type = ext:database
297 #beaker.cache.auth_plugins.lock_dir = %(here)s/data/cache/auth_plugin_lock
297 #beaker.cache.auth_plugins.lock_dir = %(here)s/data/cache/auth_plugin_lock
298 #beaker.cache.auth_plugins.url = postgresql://postgres:secret@localhost/rhodecode
298 #beaker.cache.auth_plugins.url = postgresql://postgres:secret@localhost/rhodecode
@@ -305,8 +305,8 b' beaker.cache.repo_cache_long.type = memo'
305 beaker.cache.repo_cache_long.max_items = 4096
305 beaker.cache.repo_cache_long.max_items = 4096
306 beaker.cache.repo_cache_long.expire = 2592000
306 beaker.cache.repo_cache_long.expire = 2592000
307
307
308 # default is memorylru_base cache, configure only if required
308 ## default is memorylru_base cache, configure only if required
309 # using multi-node or multi-worker setup
309 ## using multi-node or multi-worker setup
310 #beaker.cache.repo_cache_long.type = ext:memcached
310 #beaker.cache.repo_cache_long.type = ext:memcached
311 #beaker.cache.repo_cache_long.url = localhost:11211
311 #beaker.cache.repo_cache_long.url = localhost:11211
312 #beaker.cache.repo_cache_long.expire = 1209600
312 #beaker.cache.repo_cache_long.expire = 1209600
@@ -368,6 +368,8 b' search.location = %(here)s/data/index'
368 ########################################
368 ########################################
369 ### CHANNELSTREAM CONFIG ####
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 channelstream.enabled = true
374 channelstream.enabled = true
373 # location of channelstream server on the backend
375 # location of channelstream server on the backend
General Comments 0
You need to be logged in to leave comments. Login now