added api server and changed docker files
This commit is contained in:
11
login-auth_backend/node_modules/mysql2/lib/constants/ssl_profiles.js
generated
vendored
Normal file
11
login-auth_backend/node_modules/mysql2/lib/constants/ssl_profiles.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
'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,
|
||||
};
|
Reference in New Issue
Block a user