Skip to content

Commit

Permalink
remove req env var
Browse files Browse the repository at this point in the history
Signed-off-by: Tanmay Vaij <tanmayvaij22@gmail.com>
  • Loading branch information
tanmayvaij committed Jul 3, 2024
1 parent d92ba6f commit a62199d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/checkEnvVariables.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { shutdownServer } from "./shutdownServer";
const requiredEnvVariables = [
"UAUTHX_ADMIN",
"UAUTHX_PASSWORD",
"UAUTHX_PUBLIC_IP",
"SECRET_KEY",
];

Expand Down

0 comments on commit a62199d

Please sign in to comment.