We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7134340 commit 30683feCopy full SHA for 30683fe
.gitignore
@@ -105,3 +105,4 @@ dist
105
.DS_Store
106
API_MongoDB_Atlas/.env
107
API_MySQL_AWS/.env
108
+API_MSSQL_AZURE/.env
API_MySQL_AWS/MySQLData/index.js
@@ -7,7 +7,6 @@ const DB = function() {
7
password: process.env.DB_PASSWORD,
8
database : process.env.DB_NAME,
9
port: process.env.DB_PORT,
10
- insecureAuth : true,
11
// debug: process.env.ENV === 'development' || false
12
});
13
};
0 commit comments