Updates
This commit is contained in:
@@ -2,13 +2,15 @@ import fs from "fs";
|
||||
import grabDirNames from "./names/grab-dir-names";
|
||||
import type { ConnectionConfig } from "mariadb";
|
||||
import path from "path";
|
||||
import serverlessMysql from "serverless-mysql";
|
||||
import { ConnectionOptions } from "tls";
|
||||
|
||||
type Return = ConnectionConfig["ssl"] | undefined;
|
||||
// type Return = ConnectionConfig["ssl"] | undefined;
|
||||
|
||||
/**
|
||||
* # Grab SSL
|
||||
*/
|
||||
export default function grabDbSSL(): Return {
|
||||
export default function grabDbSSL(): any {
|
||||
let maxscaleSSLCaCertFileFinal;
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user