Skip to content

Commit

Permalink
chore: add deploy secret to basic setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
apteryxxyz committed Oct 19, 2024
1 parent 338cd6d commit 560e127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/content/getting-started/basic-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const handle = createHandle((env) => {
const client = new Client(
{
baseUrl: String(env.BASE_URL),
deploySecret: String(env.DEPLOY_SECRET),
clientId: String(env.DISCORD_CLIENT_ID),
clientSecret: String(env.DISCORD_CLIENT_SECRET),
publicKey: String(env.DISCORD_PUBLIC_KEY),
Expand All @@ -59,7 +60,7 @@ const handle = createHandle((env) => {
```

<Callout type="info">
Setting environment variables will be covered in a later step.
Setting environment variables will be covered in a later step.
</Callout>

</Step>
Expand Down

0 comments on commit 560e127

Please sign in to comment.