mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Change default port to port 8080.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*/
|
||||
|
||||
var config = {
|
||||
port: 80,
|
||||
port: 8080,
|
||||
|
||||
language: 'en',
|
||||
timeFormat: 24,
|
||||
|
@@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
var defaults = {
|
||||
port: 80,
|
||||
port: 8080,
|
||||
|
||||
language: 'en',
|
||||
timeFormat: 24,
|
||||
|
Reference in New Issue
Block a user