Remove 'localhost' references

This commit is contained in:
John Crepezzi 2012-09-27 12:03:52 -04:00
parent 10623873e8
commit 36e00bb29e
1 changed files with 2 additions and 2 deletions

View File

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