fix(docs): adjust env variables (#95)
This commit is contained in:
@@ -28,8 +28,8 @@ description: Step by step guide to create AWS credentials to self-host Unsend.
|
|||||||
Copy the access key ID and secret access key to your `.env` file.
|
Copy the access key ID and secret access key to your `.env` file.
|
||||||
|
|
||||||
```env
|
```env
|
||||||
AWS_ACCESS_KEY_ID=<access-key-id>
|
AWS_ACCESS_KEY=<access-key-id>
|
||||||
AWS_SECRET_ACCESS_KEY=<secret-access-key>
|
AWS_SECRET_KEY=<secret-access-key>
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
@@ -121,11 +121,9 @@ pnpm install
|
|||||||
Next, we need to add in the [AWS credentials](https://docs.unsend.dev/get-started/create-aws-credentials). Follow the detailed guide to get the AWS credentials with accurate permissions and add them in:
|
Next, we need to add in the [AWS credentials](https://docs.unsend.dev/get-started/create-aws-credentials). Follow the detailed guide to get the AWS credentials with accurate permissions and add them in:
|
||||||
|
|
||||||
```
|
```
|
||||||
AWS_ACCESS_KEY_ID=<access-key-id>
|
AWS_ACCESS_KEY=<access-key-id>
|
||||||
AWS_SECRET_ACCESS_KEY=<secret-access-key>
|
AWS_SECRET_KEY=<secret-access-key>
|
||||||
```
|
```
|
||||||
|
|
||||||
Once the app is added you can add the Client ID under ``GITHUB_ID``and CLIENT SECRET under ```GITHUB_SECRET```
|
|
||||||
</Step>
|
</Step>
|
||||||
<Step title="Optional: Enable prisma optimize">
|
<Step title="Optional: Enable prisma optimize">
|
||||||
To enable Prisma Optimize and get insights on queires you can add this in you .env
|
To enable Prisma Optimize and get insights on queires you can add this in you .env
|
||||||
|
@@ -22,8 +22,8 @@ Unsend depends on AWS ses to send emails and SNS to receive email status. Along
|
|||||||
Add the following environment variables.
|
Add the following environment variables.
|
||||||
|
|
||||||
```env
|
```env
|
||||||
AWS_ACCESS_KEY_ID=<access-key-id>
|
AWS_ACCESS_KEY=<access-key-id>
|
||||||
AWS_SECRET_ACCESS_KEY=<secret-access-key>
|
AWS_SECRET_KEY=<secret-access-key>
|
||||||
```
|
```
|
||||||
|
|
||||||
<Tip>
|
<Tip>
|
||||||
|
Reference in New Issue
Block a user