Skip to content

Commit

Permalink
chore: disable handle provider in live-pre* environments
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Apr 17, 2024
1 parent af2b040 commit f4d693f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/cardano-services/deployments/default.nix
Expand Up @@ -472,7 +472,7 @@ in
env.NODE_ENV = "production";
};
handle-provider = {
enabled = true;
enabled = false;
env.NODE_ENV = "production";
};
};
Expand Down Expand Up @@ -511,7 +511,7 @@ in
env.NODE_ENV = "production";
};
handle-provider = {
enabled = true;
enabled = false;
env.NODE_ENV = "production";
};
};
Expand Down

0 comments on commit f4d693f

Please sign in to comment.