changed certKey to certKeyPath
This commit is contained in:
parent
3efd0dc001
commit
08c03d029c
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ var port = process.env.PORT || 3000
|
||||||
|
|
||||||
if (!argv.http) {
|
if (!argv.http) {
|
||||||
options.https = {
|
options.https = {
|
||||||
key: fs.readFileSync(options.certKey),
|
key: fs.readFileSync(options.certKeyPath),
|
||||||
cert: fs.readFileSync(options.certPath)
|
cert: fs.readFileSync(options.certPath)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue