Skip to content

Commit

Permalink
Fix line breaks for custom template environment variables (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
kchason authored Sep 14, 2023
1 parent 2a46854 commit 2d175da
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/getting-started/running.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,21 @@ To use this feature, users need to set the following environment variables:
<Accordion title="For AWS Bucket" icon="pencil">

```bash
export AWS_ACCESS_KEY=AKIAXXXXXXXX export AWS_SECRET_KEY=XXXXXX export
AWS_REGION=us-xxx-1 export AWS_TEMPLATE_BUCKET=aws_bucket_name
export AWS_ACCESS_KEY=AKIAXXXXXXXX
export AWS_SECRET_KEY=XXXXXX
export AWS_REGION=us-xxx-1
export AWS_TEMPLATE_BUCKET=aws_bucket_name
```

</Accordion>
<Accordion title="For Azure Blob Storage" icon="pencil">

```bash
export AZURE_TENANT_ID=00000000-0000-0000-0000-000000000000 export
AZURE_CLIENT_ID=00000000-0000-0000-0000-000000000000 export
AZURE_CLIENT_SECRET=00000000-0000-0000-0000-000000000000 export
AZURE_SERVICE_URL=https://XXXXXXXXXX.blob.core.windows.net/ export
AZURE_CONTAINER_NAME=templates
export AZURE_TENANT_ID=00000000-0000-0000-0000-000000000000
export AZURE_CLIENT_ID=00000000-0000-0000-0000-000000000000
export AZURE_CLIENT_SECRET=00000000-0000-0000-0000-000000000000
export AZURE_SERVICE_URL=https://XXXXXXXXXX.blob.core.windows.net/
export AZURE_CONTAINER_NAME=templates
```

</Accordion>
Expand Down

0 comments on commit 2d175da

Please sign in to comment.