Use es6 notation in test configs

This commit is contained in:
rejas
2021-03-21 17:20:31 +01:00
parent 2ababa521d
commit dd366f35a8
14 changed files with 17 additions and 30 deletions

View File

@@ -3,8 +3,7 @@
* By Rodrigo Ramírez Norambuena https://rodrigoramirez.com
* MIT Licensed.
*/
var config = {
let config = {
port: 8080,
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1", "::ffff:192.168.10.1"],