Skip to content

Commit

Permalink
Update environment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrose17 committed Jul 19, 2023
1 parent 573658e commit 1162511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/environment.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export const env = process.env.ENVIRONMENT ?? "local";
export const isDevelopment =
env === "development" || env === "development2" || env === "development3";
export const isDevelopment = env.startsWith("development");
export const config = {
vpaas: isDevelopment
? "vpaas-magic-cookie-cd4131ef77674a71b73411408226e232"
Expand Down

0 comments on commit 1162511

Please sign in to comment.