From 689665cd5604f224a6740430c09bedd7a627c8fe Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Fri, 6 Jul 2012 23:58:53 +0100 Subject: [PATCH] Set default host to localhost:3000 It's for the good of the npm deployment honest. --- config.default.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.default.json b/config.default.json index 765c40d2..c2f9236e 100644 --- a/config.default.json +++ b/config.default.json @@ -1,7 +1,7 @@ { "env": "development", "url": { - "host": "jsbin.dev", + "host": "localhost:3000", "prefix": "/", "ssl": false, "static": false