Skip to content

Commit

Permalink
chore: remove .env unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ySnoopyDogy committed Nov 19, 2023
1 parent 31c1c6e commit 0a727b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
GA_ID=
API_URL=https://api.menherabot.xyz/info
BLOG_URL=https://blog.menherabot.xyz/
NEXT_PUBLIC_BOT_INVITE_URL=https://discord.com/api/oauth2/authorize?client_id=708014856711962654&permissions=311296&scope=bot+applications.commands
NEXT_PUBLIC_GITHUB_URL=https://github.com/MenheraBot/MenheraBot
NEXT_PUBLIC_SUPPORT_URL=https://discord.com/invite/fZMdQbA
NEXT_PUBLIC_API_URL=https://api.menherabot.xyz/info
NEXT_PUBLIC_WS_URL=wss://api.menherabot.xyz/info/ws
NEXT_PUBLIC_STATUSPAGE_URL=https://menherabot.statuspage.io/
4 changes: 1 addition & 3 deletions typings/environment.d.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
declare global {
namespace NodeJS {
interface ProcessEnv {
API_URL: string;
BLOG_URL: string;
NEXT_PUBLIC_API_URL: string;
NEXT_PUBLIC_WS_URL: string;
NEXT_PUBLIC_GITHUB_URL: string;
NEXT_PUBLIC_SUPPORT_URL: string;
NEXT_PUBLIC_BOT_INVITE_URL: string;
NEXT_PUBLIC_GA_ID: string;
NEXT_PUBLIC_STATUSPAGE_URL: string;
}
}
}
Expand Down

0 comments on commit 0a727b9

Please sign in to comment.