From cc5b522f22f5dff961088e4b9b1689089d20c64d Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Wed, 13 Aug 2014 05:29:53 -0700 Subject: [PATCH] Change default port --- config.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 5279f1f..8914005 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "port": 9090, + "port": 9000, "theme": "themes/example.css", "public": true } diff --git a/package.json b/package.json index cf6728d..9ebca4f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "irc", "server" ], - "main": "http://localhost:9090/", + "main": "http://localhost:9000/", "node-main": "./index.js", "single-instance": false, "window": {