Fixed typo
rodzic
d296119d31
commit
d2e8a2c63b
|
@ -6,7 +6,7 @@ require('dotenv').config();
|
||||||
// * To use just uncomment the two lines below and the 'ssl' property (and value)
|
// * To use just uncomment the two lines below and the 'ssl' property (and value)
|
||||||
|
|
||||||
const fs = require("fs");
|
const fs = require("fs");
|
||||||
const serverCert = [fs.readFileSync("skysql_chain.pem", "utf8")];r
|
const serverCert = [fs.readFileSync("skysql_chain.pem", "utf8")];
|
||||||
|
|
||||||
var pools = [
|
var pools = [
|
||||||
mariadb.createPool({
|
mariadb.createPool({
|
||||||
|
|
Ładowanie…
Reference in New Issue