diff --git a/apps/website/src/app/docs/self-hosting/page.tsx b/apps/website/src/app/docs/self-hosting/page.tsx index 06f70b1f..fc7c1d7e 100644 --- a/apps/website/src/app/docs/self-hosting/page.tsx +++ b/apps/website/src/app/docs/self-hosting/page.tsx @@ -24,6 +24,7 @@ const databaseEnvironmentTemplate = ` `; const botEnvironmentTemplate = ` + NODE_ENV="production" DISCORD_APPLICATION_ID="" DISCORD_BOT_TOKEN="" DISCORD_GUILD_ID="" @@ -104,6 +105,7 @@ export default function Page() { +