Skip to content

Commit

Permalink
chore: add stakepoolv2 name
Browse files Browse the repository at this point in the history
  • Loading branch information
bernokl committed Apr 30, 2024
1 parent 6ec52e8 commit 428bdab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -647,9 +647,16 @@ in
stake-pool.enabled = true;
};

providers = {
stake-pool-provider = {
enabled = false;
};
};

values = {
ingress.enabled = false;
pg-boss-worker.enabled = true;
stakepool.databaseName = "stakepoolv2";
};
};

Expand Down

0 comments on commit 428bdab

Please sign in to comment.