diff --git a/config/config.js.sample b/config/config.js.sample index 836bee21..f6388249 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -7,7 +7,7 @@ */ var config = { - port: 80, + port: 8080, language: 'en', timeFormat: 24, diff --git a/js/defaults.js b/js/defaults.js index f8656c44..52df69fe 100644 --- a/js/defaults.js +++ b/js/defaults.js @@ -8,7 +8,7 @@ */ var defaults = { - port: 80, + port: 8080, language: 'en', timeFormat: 24,