mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
transfer usage information to readme
This commit is contained in:
@@ -6,9 +6,7 @@
|
||||
|
||||
var config = {
|
||||
port: 8080,
|
||||
ipWhitelist: ['127.0.0.1', '::ffff:127.0.0.1'],
|
||||
// you can use ips with subnet mask: ['127.0.0.1', '127.0.0.1/24']
|
||||
// you can also use ip ranges: ['127.0.0.1', ['192.168.0.1', '192.168.0.100']]
|
||||
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1"],
|
||||
|
||||
language: 'en',
|
||||
timeFormat: 24,
|
||||
|
Reference in New Issue
Block a user