Skip to content

Commit

Permalink
docs(website): add NODE_ENV to env file (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarelessInternet authored Feb 10, 2024
1 parent 59b50fb commit f3bf0ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/website/src/app/docs/self-hosting/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const databaseEnvironmentTemplate = `
`;

const botEnvironmentTemplate = `
NODE_ENV="production"
DISCORD_APPLICATION_ID=""
DISCORD_BOT_TOKEN=""
DISCORD_GUILD_ID=""
Expand Down Expand Up @@ -104,6 +105,7 @@ export default function Page() {
</Paragraph>
<CodeBlock clipboardText={botEnvironmentTemplate} fileName=".env.bot.production.local">
<span className="flex flex-col">
<EnvironmentHighlight name="NODE_ENV" value="production" />
<EnvironmentHighlight name="DISCORD_APPLICATION_ID" />
<EnvironmentHighlight name="DISCORD_BOT_TOKEN" />
<EnvironmentHighlight name="DISCORD_GUILD_ID" />
Expand Down

0 comments on commit f3bf0ba

Please sign in to comment.