Change default port to port 8080.

This commit is contained in:
Michael Teeuw 2016-04-03 20:27:32 +02:00
parent 9ab7356730
commit 60db5abb54
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
*/
var config = {
port: 80,
port: 8080,
language: 'en',
timeFormat: 24,

View File

@ -8,7 +8,7 @@
*/
var defaults = {
port: 80,
port: 8080,
language: 'en',
timeFormat: 24,