From fdd46cefc5d45eb5fb5cd909f086cae7182fafa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Wed, 11 Jan 2017 20:20:52 +0100 Subject: [PATCH] Listen on port 3000 --- examples/with-featherjs/config/default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-featherjs/config/default.json b/examples/with-featherjs/config/default.json index dd3a541a21..bb12579e23 100644 --- a/examples/with-featherjs/config/default.json +++ b/examples/with-featherjs/config/default.json @@ -1,6 +1,6 @@ { "host": "localhost", - "port": 3030, + "port": 3000, "nedb": "../data/", "auth": { "token": {