Merge pull request #12555 from 0212n/fix/ES6
Removal of server/ssl-config.js
This commit is contained in:
@ -1,16 +0,0 @@
|
||||
/**
|
||||
* Created by nathanleniz on 6/16/15.
|
||||
*/
|
||||
|
||||
var path = require('path');
|
||||
var fs = require('fs');
|
||||
|
||||
if (process.env.NODE_ENV === 'production') {
|
||||
exports.privateKey =
|
||||
fs.readFileSync(path.join(__dirname,
|
||||
'../../private/privatekey.pem'));
|
||||
exports.certificate =
|
||||
fs.readFileSync(path.join(__dirname,
|
||||
'../../private/certificate.pem'));
|
||||
|
||||
}
|
Reference in New Issue
Block a user