-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): use aws-ses in contact form
- Loading branch information
1 parent
599ea9a
commit ee9a788
Showing
8 changed files
with
886 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,9 +42,10 @@ Configure the nearblocks Gateway by modifying the .env file. Customize settings | |
`NEXT_PUBLIC_OG_URL=https://meta.exploreblocks.io/api` | ||
`NEXT_PUBLIC_MAINNET_URL=https://nearblocks.io` | ||
`NEXT_PUBLIC_TESTNET_URL=https://testnet.nearblocks.io` | ||
`BREVO_URL=https://api.brevo.com/v3/smtp/email` | ||
`BREVO_API_KEY=` | ||
`BREVO_TO_EMAIL=` | ||
`AWS_ACCESS_KEY_ID=your-aws-access-key-id` | ||
`AWS_SECRET_ACCESS_KEY=your-aws-secret-access-key` | ||
`AWS_REGION=your-aws-region` | ||
`[email protected]` | ||
`NEXT_PUBLIC_GTM_ID=GTM-P285ZPV2` | ||
|
||
## Deployment | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.