Move SSL certs to live under api dir
This commit is contained in:
parent
6bc1e9d944
commit
014574a545
|
@ -66,8 +66,8 @@ API.prototype.defaults = {
|
|||
auth: false,
|
||||
CORS: '',
|
||||
ssl: {
|
||||
key: path.normalize(__dirname + "/ssl/server.key"),
|
||||
cert: path.normalize(__dirname + "/ssl/server.crt")
|
||||
key: path.normalize(__dirname + "/api/ssl/server.key"),
|
||||
cert: path.normalize(__dirname + "/api/ssl/server.crt")
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue