Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 8f34362

Browse files
author
Imanuel Ulbricht
committed
Merge branch 'hotfix/v-1.0.4'
2 parents bc0eb73 + 9414751 commit 8f34362

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ if ('development' == app.get('env')) {
191191
app.use(express.errorHandler());
192192
}
193193

194-
var options = { pfx: fs.readFileSync('localhost.p12') }
194+
var options = { pfx: fs.readFileSync('server.p12') }
195195

196196
var server = https.createServer(options, app)
197197
var io = require('socket.io')(server)

0 commit comments

Comments
 (0)