fix missing value for verify in the config.json sample (#192)
This commit is contained in:
parent
ed793aaba3
commit
fc2b7d4625
1 changed files with 1 additions and 1 deletions
|
@ -71,6 +71,6 @@
|
||||||
"server": false
|
"server": false
|
||||||
},
|
},
|
||||||
"accesslog": false,
|
"accesslog": false,
|
||||||
"verify": ,
|
"verify": false,
|
||||||
"safeShutdownDuration": 300
|
"safeShutdownDuration": 300
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue