Skip to content

Commit e3e140c

Browse files
chore: update staging-preprod monolithic provider env variables
1 parent 715782b commit e3e140c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/cardano-services/deployments/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,9 @@ in
416416
providers = {
417417
backend = {
418418
enabled = true;
419+
env.USE_SUBMIT_API = "true";
420+
env.SUBMIT_API_URL = "http://${final.namespace}-cardano-stack.${final.namespace}.svc.cluster.local:8090";
421+
env.USE_BLOCKFROST = lib.mkForce "false";
419422
};
420423
stake-pool-provider = {
421424
enabled = true;

0 commit comments

Comments
 (0)