##// END OF EJS Templates
ini: cleanup
super-admin -
r1265:e9334ba1 default
parent child Browse files
Show More
@@ -1,11 +1,11 b''
1 #
2 1
3 2 ; #################################
4 3 ; RHODECODE VCSSERVER CONFIGURATION
5 4 ; #################################
6 5
7 6 [server:main]
8 ; COMMON HOST/IP CONFIG
7 ; COMMON HOST/IP CONFIG, This applies mostly to develop setup,
8 ; Host port for gunicorn are controlled by gunicorn_conf.py
9 9 host = 0.0.0.0
10 10 port = 10010
11 11
@@ -14,7 +14,7 b' port = 10010'
14 14 ; GUNICORN APPLICATION SERVER
15 15 ; ###########################
16 16
17 ; run with gunicorn --paste rhodecode.ini
17 ; run with gunicorn --config gunicorn_conf.py --paste vcsserver.ini
18 18
19 19 ; Module to use, this setting shouldn't be changed
20 20 use = egg:gunicorn#main
@@ -1,11 +1,11 b''
1 #
2 1
3 2 ; #################################
4 3 ; RHODECODE VCSSERVER CONFIGURATION
5 4 ; #################################
6 5
7 6 [server:main]
8 ; COMMON HOST/IP CONFIG
7 ; COMMON HOST/IP CONFIG, This applies mostly to develop setup,
8 ; Host port for gunicorn are controlled by gunicorn_conf.py
9 9 host = 0.0.0.0
10 10 port = 10010
11 11
@@ -14,7 +14,7 b' port = 10010'
14 14 ; GUNICORN APPLICATION SERVER
15 15 ; ###########################
16 16
17 ; run with gunicorn --paste rhodecode.ini
17 ; run with gunicorn --config gunicorn_conf.py --paste vcsserver.ini
18 18
19 19 ; Module to use, this setting shouldn't be changed
20 20 use = egg:gunicorn#main
General Comments 0
You need to be logged in to leave comments. Login now