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 47b2d07 commit 946e85eCopy full SHA for 946e85e
API_MSSQL_AZURE/config/db.js
@@ -1,9 +1,9 @@
1
2
module.exports = {
3
connect: {
4
- userName: 'azurejune88',
5
- password: 'GottMSDB88!',
6
- server: 'juneazure.database.windows.net',
+ userName: 'someazurejune88',
+ password: '<passwordhere>!',
+ server: 'junesazurestuff.database.windows.net',
7
// If you are on Microsoft Azure, you need this:
8
options: {
9
encrypt: true,
@@ -16,4 +16,4 @@ module.exports = {
16
max: 4,
17
log: true
18
}
19
-};
+};
0 commit comments