Remove 'localhost' references

toggle_key
John Crepezzi 13 years ago
parent 10623873e8
commit 36e00bb29e
  1. 4
      config.js

@ -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

Loading…
Cancel
Save