Change default port

This commit is contained in:
Mattias Erming 2014-08-13 05:29:53 -07:00
parent b16f65b72b
commit cc5b522f22
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ {
"port": 9090, "port": 9000,
"theme": "themes/example.css", "theme": "themes/example.css",
"public": true "public": true
} }

View file

@ -15,7 +15,7 @@
"irc", "irc",
"server" "server"
], ],
"main": "http://localhost:9090/", "main": "http://localhost:9000/",
"node-main": "./index.js", "node-main": "./index.js",
"single-instance": false, "single-instance": false,
"window": { "window": {