From b06ea32e94b4367bba2c6046a911a8ed24909262 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 5 Nov 2025 07:33:35 +0000 Subject: [PATCH] Discord Configuration Example cgen-a0cf6d553a4346c8a36f71b56d40a59c --- .env.discord.example | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .env.discord.example diff --git a/.env.discord.example b/.env.discord.example new file mode 100644 index 00000000..3d1438f7 --- /dev/null +++ b/.env.discord.example @@ -0,0 +1,4 @@ +# Discord Activity Configuration +VITE_DISCORD_CLIENT_ID=578971245454950421 +DISCORD_CLIENT_SECRET=your-discord-client-secret-here +DISCORD_REDIRECT_URI=https://your-domain.com/discord/callback