Skip to content

Commit

Permalink
nit (#2795)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodanswer authored Oct 14, 2024
1 parent 9537a25 commit 89eaa8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ export const CLOUD_ENABLED =
export const REGISTRATION_URL =
process.env.INTERNAL_URL || "http://127.0.0.1:3001";

export const SERVER_SIDE_ONLY__CLOUD_ENABLED = true;
// process.env.NEXT_PUBLIC_CLOUD_ENABLED?.toLowerCase() === "true";
export const SERVER_SIDE_ONLY__CLOUD_ENABLED =
process.env.NEXT_PUBLIC_CLOUD_ENABLED?.toLowerCase() === "true";

0 comments on commit 89eaa8b

Please sign in to comment.