Fix syntax and change false pathname

This commit is contained in:
Marc-Antoine
2016-09-18 21:17:40 +02:00
committed by GitHub
parent 216b3feb23
commit 813a977455
+3 -3
View File
@@ -10,10 +10,10 @@ const CONFIG = {
port: 5000,
socket: false,
socketPath: '/tmp/rtorrent.sock'
}
},
ssl: false,
sslKey: '/etc/letsencrypt/live/my.awesome.domain.com/fullchain.pem',
sslCert: '/etc/letsencrypt/live/my.awesome.domain.com/privkey.pem'
sslKey: '/absolute/path/to/key/',
sslCert: '/absolute/path/to/certificate/'
};
module.exports = CONFIG;