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
 
@@ -100,22 +100,22 @@ max_request_body_size = 107374182400
 
#lazy = true
 

	
 
## scaling ##
 
## 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 ##
 
host = 0.0.0.0
 
port = 5000
 

	
production.ini
Show inline comments
 
@@ -100,22 +100,22 @@ max_request_body_size = 107374182400
 
#lazy = true
 

	
 
## scaling ##
 
## 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 ##
 
host = 127.0.0.1
 
port = 5000
 

	
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -100,22 +100,22 @@ max_request_body_size = 107374182400
 
#lazy = true
 

	
 
## scaling ##
 
## 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 ##
 
host = 127.0.0.1
 
port = 5000
 

	
tox.ini
Show inline comments
 
@@ -106,7 +106,7 @@ commands =
 
    psql -Upostgres -Wqwe -hlocalhost -c 'drop database if exists rhodecode_test;'
 
    psql -Upostgres -Wqwe -hlocalhost -c 'create database rhodecode_test;'
 
    nosetests []
 
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)