fix double quotes and config.js.sample

This commit is contained in:
Joseph Bethge
2016-09-29 17:26:32 +02:00
parent f378c93dd3
commit b583140077
3 changed files with 6 additions and 5 deletions

View File

@@ -7,8 +7,8 @@
var config = {
port: 8080,
ipWhitelist: ['127.0.0.1', '::ffff:127.0.0.1'],
// you use ips with subnet mask: ['127.0.0.1', '127.0.0.1/24']
// you use also use ip ranges: ['127.0.0.1', ['192.168.0.1', '192.168.0.100']]
// 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']]
language: 'en',
timeFormat: 24,