mirror of
https://github.com/zoriya/flood.git
synced 2026-06-01 10:35:59 +00:00
Fix syntax and change false pathname
This commit is contained in:
+3
-3
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user