mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Change default port to port 8080.
This commit is contained in:
parent
9ab7356730
commit
60db5abb54
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user