Browse Source

fix environment variable name typo (#46)

pull/126/head
Robert 6 years ago
committed by Cian Butler
parent
commit
c049d6da8d
  1. 2
      lib/index.mjs

2
lib/index.mjs

@ -47,7 +47,7 @@ export default class {
sshuser = process.env.SSHUSER || '',
sshhost = process.env.SSHHOST || 'localhost',
sshauth = process.env.SSHAUTH || 'password',
sshport = process.env.SSHPOST || 22,
sshport = process.env.SSHPORT || 22,
port = process.env.PORT || 3000,
sslkey,
sslcert,

Loading…
Cancel
Save