diff --git a/config.js b/config.js index c91d43a..3c84041 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ const fs = require('fs'); const path = require('path'); -const SSL_CERT_DIRECTORY = './ssl/cert'; +const SSL_CERT_DIRECTORY = path.join(__dirname, './ssl/cert'); module.exports = { port: 1812,