mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-18 07:26:00 +00:00
12 lines
223 B
JavaScript
12 lines
223 B
JavaScript
'use strict';
|
|
|
|
const awsCaBundle = require('aws-ssl-profiles');
|
|
|
|
/**
|
|
* @deprecated
|
|
* Please, use [**aws-ssl-profiles**](https://github.com/mysqljs/aws-ssl-profiles).
|
|
*/
|
|
exports['Amazon RDS'] = {
|
|
ca: awsCaBundle.ca,
|
|
};
|