transfer usage information to readme

This commit is contained in:
Joseph Bethge
2016-09-29 17:49:54 +02:00
parent b583140077
commit 66eb99e506
3 changed files with 4 additions and 4 deletions

View File

@@ -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,