Skip to content

Commit

Permalink
feat: adicionando infirmacoes de envio de email na variavel de ambiente
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessa-dev committed Aug 26, 2022
1 parent da99379 commit a0b3884
Show file tree
Hide file tree
Showing 6 changed files with 525 additions and 45 deletions.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
USERNAME =
EMAIL_DESTINO =
PASSWORD =
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
.env
vendor
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"require": {
"vlucas/phpdotenv": "^5.4"
}
}
Loading

1 comment on commit a0b3884

@vercel
Copy link

@vercel vercel bot commented on a0b3884 Aug 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nessa-js – ./

nessa-js-git-master-vanessa-dev.vercel.app
nessa-js.vercel.app
nessa-js-vanessa-dev.vercel.app

Please sign in to comment.