Skip to content

Commit

Permalink
Merge pull request #7 from ribeirogab/feature/improve-email
Browse files Browse the repository at this point in the history
Feature/improve email
  • Loading branch information
ribeirogab authored Sep 21, 2024
2 parents 8b76bd6 + 9571beb commit 306b483
Show file tree
Hide file tree
Showing 30 changed files with 993 additions and 300 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ STAGE=dev
# Application
JWT_SECRET=auth-jwt-secret
JWT_SECRET_VERIFICATION_TOKEN=verification-token-jwt-secret
FRONTEND_CONFIRM_SIGN_UP_URL=http://localhost:3000/registration
FRONTEND_CONFIRM_SIGN_IN_URL=http://localhost:3000/login

# AWS
AWS_REGION=us-east-1
AWS_DYNAMO_TABLE_NAME=dev-authentication

# Email provider
RESEND_API_KEY=
DEFAULT_SENDER_EMAIL=norepy@example.com
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"overrides": [
{
"files": ["src/container.ts"],
"files": ["src/container.ts", "src/configs/env.config.ts"],
"rules": {
"prettier/prettier": [
"error",
Expand Down
Loading

0 comments on commit 306b483

Please sign in to comment.