Skip to content

Commit 30683fe

Browse files
committed
Update
1 parent 7134340 commit 30683fe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,4 @@ dist
105105
.DS_Store
106106
API_MongoDB_Atlas/.env
107107
API_MySQL_AWS/.env
108+
API_MSSQL_AZURE/.env

API_MySQL_AWS/MySQLData/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const DB = function() {
77
password: process.env.DB_PASSWORD,
88
database : process.env.DB_NAME,
99
port: process.env.DB_PORT,
10-
insecureAuth : true,
1110
// debug: process.env.ENV === 'development' || false
1211
});
1312
};

0 commit comments

Comments
 (0)