Skip to content

Commit 946e85e

Browse files
authored
Update db.js
1 parent 47b2d07 commit 946e85e

File tree

1 file changed

+4
-4
lines changed
  • API_MSSQL_AZURE/config

1 file changed

+4
-4
lines changed

API_MSSQL_AZURE/config/db.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
module.exports = {
33
connect: {
4-
userName: 'azurejune88',
5-
password: 'GottMSDB88!',
6-
server: 'juneazure.database.windows.net',
4+
userName: 'someazurejune88',
5+
password: '<passwordhere>!',
6+
server: 'junesazurestuff.database.windows.net',
77
// If you are on Microsoft Azure, you need this:
88
options: {
99
encrypt: true,
@@ -16,4 +16,4 @@ module.exports = {
1616
max: 4,
1717
log: true
1818
}
19-
};
19+
};

0 commit comments

Comments
 (0)