Skip to content

Commit

Permalink
Merge pull request #51 from GoLembrar/refactor-table-and-reminder
Browse files Browse the repository at this point in the history
Refactor table and reminder
  • Loading branch information
Rip4568 authored Jul 30, 2024
2 parents f2f43fa + 1a2b975 commit 8c92e3c
Show file tree
Hide file tree
Showing 36 changed files with 504 additions and 8,552 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ EMAIL_AUTH_PASSWORD="<CREDENTIAL_PASSWORD>"
EMAIL_SERVICE_PORT=2525

JWT_SECRET="variosnumerosletrasesimbolosmisturadosparasegurançadosecret"
JWT_REFRESH_SECRET="variosnumerosletrasesimbolosmisturadosparasegurançadosecret"
# A variável abaixo é referente ao tempo que o token vai durar, "1h" no caso é uma hora.
# Possíveis valores: Xm Xh Xd Xw XM onde X é qualquer valor, m são minutos, h são horas
# d são dias, w são semanas e M são meses
Expand Down
4 changes: 1 addition & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
npm run lint
npm run format
git add

1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8c92e3c

Please sign in to comment.