Merge pull request 'develop' (#1) from develop into main
Reviewed-on: #1
This commit is contained in:
commit
cee8f95ea2
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
.DS_Store
|
||||
node_modules/
|
||||
@ -9,8 +9,8 @@ const transport = {
|
||||
port: 587,
|
||||
secure: false, // true for 465, false for other ports
|
||||
auth: {
|
||||
user: '1fa2f34cd54db1', // add user here
|
||||
pass: '17ce8c3ba5fd65' // add password here
|
||||
user: 'abc', // add user here
|
||||
pass: 'xyz' // add password here
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user