fix missing value for verify in the config.json sample (#192)

This commit is contained in:
CChemin 2020-03-31 05:59:42 +02:00 committed by GitHub
parent ed793aaba3
commit fc2b7d4625
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,6 +71,6 @@
"server": false
},
"accesslog": false,
"verify": ,
"verify": false,
"safeShutdownDuration": 300
}