diff --git a/config.js b/config.js index 8f11900..218ae16 100644 --- a/config.js +++ b/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