We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaa5dd commit 0962b78Copy full SHA for 0962b78
server/server.js
@@ -5,12 +5,12 @@ const config = require('./init/configuration')
5
const log = require('kth-node-log')
6
7
server.start({
8
- pfx:config.full.ssl.pfx,
9
- passphrase:config.full.ssl.passphrase,
10
- key:config.full.ssl.key,
11
- ca:config.full.ssl.ca,
+ pfx: config.full.ssl.pfx,
+ passphrase: config.full.ssl.passphrase,
+ key: config.full.ssl.key,
+ ca: config.full.ssl.ca,
12
cert: config.full.ssl.cert,
13
- port:3333,
+ port: config.full.port,
14
log
15
})
16
0 commit comments