aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMilo Casagrande <milo@ubuntu.com>2013-01-23 18:14:22 +0100
committerMilo Casagrande <milo@ubuntu.com>2013-01-23 18:14:22 +0100
commit231329b46f97c5a0bd1e9a83cc8ea2af4d7a7ee8 (patch)
tree29125982bdfe04d24c5f37b1cb00946575484f3d /config
parent16a9c94341ca9f4bec7709efe2341d7aee583e7c (diff)
Changed values in config.
Diffstat (limited to 'config')
-rw-r--r--config/production.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/production.ini b/config/production.ini
index 88762a0..abfdb9d 100644
--- a/config/production.ini
+++ b/config/production.ini
@@ -1,7 +1,5 @@
################################################################################
# RhodeCode - Pylons environment configuration #
-# #
-# The %(here)s variable will be replaced with the parent directory of this file#
################################################################################
[DEFAULT]
@@ -31,8 +29,7 @@ pdebug = false
#WAITRESS
threads = 5
use = egg:waitress#main
-
-host = 0.0.0.0
+host = 127.0.0.1
port = 5000
[filter:proxy-prefix]