File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
PORTA = 8080
2
2
email_server = " @gmail.com"
3
- emai_password = " "
3
+ email_password = " "
4
4
DISCORD_LOGS_WEBHOOK_URL = https://discord.com/api/webhooks/1043621229858390098/F9agt1QAvY853mnVJrGdtmC5TKtDqXnX_CTyJ6XzT57mCoPPaxMLsmOu_fjLyNyoHbF0
Original file line number Diff line number Diff line change
1
+ .env
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ if (nodemailer.createTransport({ service: configMail.service })) {
9
9
transporter = nodemailer . createTransport ( {
10
10
service : configMail . service || "Gmail" ,
11
11
auth : {
12
- user : process . env . PINGOBRAS_SG_email_server ,
13
- pass : process . env . PINGOBRAS_SG_email_password ,
12
+ user : process . env . email_server ,
13
+ pass : process . env . email_password ,
14
14
} ,
15
15
} ) ;
16
16
} else {
You can’t perform that action at this time.
0 commit comments