autoenctryp settings

pull/14/head
Will Murphy 2021-02-17 21:56:38 -05:00
rodzic f68f796582
commit 0c73ddbb40
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -66,7 +66,7 @@ app.use(function (err, req, res, next) {
})
const server = process.env.NODE_ENV === 'production'
? AutoEncrypt.https.createServer(app)
? AutoEncrypt.https.createServer({ domains: ['gup.pe'] }, app)
: https.createServer(sslOptions, app)
client.connect({ useNewUrlParser: true })