fix(docs): adjust env variables (#95)
This commit is contained in:
@@ -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:
|
||||
|
||||
```
|
||||
AWS_ACCESS_KEY_ID=<access-key-id>
|
||||
AWS_SECRET_ACCESS_KEY=<secret-access-key>
|
||||
AWS_ACCESS_KEY=<access-key-id>
|
||||
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 title="Optional: Enable prisma optimize">
|
||||
To enable Prisma Optimize and get insights on queires you can add this in you .env
|
||||
|
Reference in New Issue
Block a user