develop #1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
|
.DS_Store
|
||||||
node_modules/
|
node_modules/
|
||||||
@ -9,8 +9,8 @@ const transport = {
|
|||||||
port: 587,
|
port: 587,
|
||||||
secure: false, // true for 465, false for other ports
|
secure: false, // true for 465, false for other ports
|
||||||
auth: {
|
auth: {
|
||||||
user: '1fa2f34cd54db1', // add user here
|
user: 'abc', // add user here
|
||||||
pass: '17ce8c3ba5fd65' // add password here
|
pass: 'xyz' // add password here
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user