diff --git a/config.template.js b/config.template.js index 2471ad60..89f39ce9 100644 --- a/config.template.js +++ b/config.template.js @@ -44,7 +44,7 @@ const CONFIG = { // Configuration for SSL, if using SSL with the Flood service directly. ssl: false, sslKey: '/absolute/path/to/key/', - sslCert: '/absolute/path/to/certificate/', + sslCert: '/absolute/path/to/certificate/' }; // Do not remove the below line. module.exports = CONFIG;