Compare commits
No commits in common. "cee8f95ea26f032794ff66ac779980163122623f" and "cd326ff0bd10e23c3a38162361d4a06e48d70bef" have entirely different histories.
cee8f95ea2
...
cd326ff0bd
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
@ -9,8 +9,8 @@ const transport = {
|
||||
port: 587,
|
||||
secure: false, // true for 465, false for other ports
|
||||
auth: {
|
||||
user: 'abc', // add user here
|
||||
pass: 'xyz' // add password here
|
||||
user: '1fa2f34cd54db1', // add user here
|
||||
pass: '17ce8c3ba5fd65' // add password here
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user