summaryrefslogtreecommitdiff
path: root/server
diff options
context:
space:
mode:
authorPreston Cody <codeman@gentoo.org>2007-06-07 03:51:45 +0000
committerPreston Cody <codeman@gentoo.org>2007-06-07 03:51:45 +0000
commitdaf5b62182f0adbdb1edd5a6873e3066475eb17e (patch)
tree624ef66d1e60cbc44dac448dd7cc24a46b1fbf73 /server
parentfix messed up error string. (diff)
downloadscire-daf5b62182f0adbdb1edd5a6873e3066475eb17e.tar.gz
scire-daf5b62182f0adbdb1edd5a6873e3066475eb17e.tar.bz2
scire-daf5b62182f0adbdb1edd5a6873e3066475eb17e.zip
my bad.
bind address actually should default to 0.0.0.0 svn path=/; revision=217
Diffstat (limited to 'server')
-rwxr-xr-xserver/scired.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/scired.py b/server/scired.py
index f792ad0..6ef89c9 100755
--- a/server/scired.py
+++ b/server/scired.py
@@ -9,7 +9,7 @@ from SecureXMLRPCServer import SecureXMLRPCServer
from ScireDB import *
from adodb import *
-bind_address = "localhost"
+bind_address = "0.0.0.0"
bind_port = 9876
config_dir = "/etc/scire"
private_key = None