Remove 'localhost' references

This commit is contained in:
John Crepezzi 2012-09-27 12:03:52 -04:00
parent 10623873e8
commit 36e00bb29e

View file

@ -1,6 +1,6 @@
{ {
"host": "localhost", "host": "0.0.0.0",
"port": 7777, "port": 7777,
"keyLength": 10, "keyLength": 10,
@ -25,7 +25,7 @@
"storage": { "storage": {
"type": "redis", "type": "redis",
"host": "localhost", "host": "0.0.0.0",
"port": 6379, "port": 6379,
"db": 2, "db": 2,
"expire": 2592000 "expire": 2592000