Skip to content

Commit

Permalink
Merge pull request #1379 from Shelf-nu/chore-cleanup-old-code
Browse files Browse the repository at this point in the history
chore: removing un-used env variables
  • Loading branch information
DonKoko authored Oct 30, 2024
2 parents 77569fc + 4998a8a commit 9a27162
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/utils/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ declare global {
GEOCODE_API_KEY: string;
SENTRY_DSN: string;
ADMIN_EMAIL: string;
ADMIN_PASSWORD: string;
ADMIN_USERNAME: string;
CHROME_EXECUTABLE_PATH: string;
FINGERPRINT: string;
}
Expand Down Expand Up @@ -139,12 +137,6 @@ export const SENTRY_DSN = getEnv("SENTRY_DSN", {
export const ADMIN_EMAIL = getEnv("ADMIN_EMAIL", {
isRequired: false,
});
export const ADMIN_PASSWORD = getEnv("ADMIN_PASSWORD", {
isRequired: false,
});
export const ADMIN_USERNAME = getEnv("ADMIN_USERNAME", {
isRequired: false,
});

/**
* Shared envs
Expand Down

0 comments on commit 9a27162

Please sign in to comment.