Skip to content

Commit

Permalink
chore: add .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Jul 14, 2024
1 parent 4512615 commit 7876f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NUXT_DISCORD_BOT_TOKEN=""
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default defineNuxtConfig({
"@pinia/nuxt",
],
runtimeConfig: {
discord_bot_token: "env.NUXT_DISCORD_BOT_TOKEN",
discord_bot_token: "", // can be set with NUXT_DISCORD_BOT_TOKEN environment variable
public: {
GQL_HOST: "https://api.premid.app/v3",
},
Expand Down

0 comments on commit 7876f5c

Please sign in to comment.