Skip to content

Commit

Permalink
set analytics to false in env
Browse files Browse the repository at this point in the history
  • Loading branch information
anamarn committed Oct 18, 2024
1 parent e3ef11e commit e4eb06c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class EnvironmentVariables {
@CastToBoolean()
@IsOptional()
@IsBoolean()
ANALYTICS_ENABLED = true;
ANALYTICS_ENABLED = false;

@IsString()
@ValidateIf((env) => env.ANALYTICS_ENABLED)
Expand Down

0 comments on commit e4eb06c

Please sign in to comment.