Changeset - 17e3926c3753
[Not reviewed]
default
0 5 0
Marcin Kuzminski - 12 years ago 2013-06-29 23:00:10
marcin@python-works.com
added ini files into codecleaner
4 files changed with 13 insertions and 13 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -103,16 +103,16 @@ max_request_body_size = 107374182400
 
## set cheaper algorithm to use, if not set default will be used
 
#cheaper-algo = spare
 

	
 
# minimum number of workers to keep at all times
 
## minimum number of workers to keep at all times
 
#cheaper = 1
 

	
 
# number of workers to spawn at startup
 
## number of workers to spawn at startup
 
#cheaper-initial = 1
 

	
 
# maximum number of workers that can be spawned
 
## maximum number of workers that can be spawned
 
#workers = 4
 

	
 
# how many workers should be spawned at a time
 
## how many workers should be spawned at a time
 
#cheaper-step = 1
 

	
 
## COMMON ##
production.ini
Show inline comments
 
@@ -103,16 +103,16 @@ max_request_body_size = 107374182400
 
## set cheaper algorithm to use, if not set default will be used
 
#cheaper-algo = spare
 

	
 
# minimum number of workers to keep at all times
 
## minimum number of workers to keep at all times
 
#cheaper = 1
 

	
 
# number of workers to spawn at startup
 
## number of workers to spawn at startup
 
#cheaper-initial = 1
 

	
 
# maximum number of workers that can be spawned
 
## maximum number of workers that can be spawned
 
#workers = 4
 

	
 
# how many workers should be spawned at a time
 
## how many workers should be spawned at a time
 
#cheaper-step = 1
 

	
 
## COMMON ##
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -103,16 +103,16 @@ max_request_body_size = 107374182400
 
## set cheaper algorithm to use, if not set default will be used
 
#cheaper-algo = spare
 

	
 
# minimum number of workers to keep at all times
 
## minimum number of workers to keep at all times
 
#cheaper = 1
 

	
 
# number of workers to spawn at startup
 
## number of workers to spawn at startup
 
#cheaper-initial = 1
 

	
 
# maximum number of workers that can be spawned
 
## maximum number of workers that can be spawned
 
#workers = 4
 

	
 
# how many workers should be spawned at a time
 
## how many workers should be spawned at a time
 
#cheaper-step = 1
 

	
 
## COMMON ##
tox.ini
Show inline comments
 
@@ -109,4 +109,4 @@ commands =
 
deps =
 
    psycopg2    
 
setenv = 
 
    TEST_DB=postgresql://postgres:qwe@localhost/rhodecode_test        
 
\ No newline at end of file
 
    TEST_DB=postgresql://postgres:qwe@localhost/rhodecode_test
0 comments (0 inline, 0 general)