Skip to content

Commit

Permalink
chore: disable origins filtering on dev-preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Feb 5, 2025
1 parent 24061e8 commit e29444b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ in
values = {
useAccelerator = true;
stakepool.databaseName = "stakepoolv2";
backend.allowedOrigins = lib.concatStringsSep "," allowedOriginsDev;
backend.allowedOrigins = null;

pg-boss-worker.enabled = true;

Expand Down

0 comments on commit e29444b

Please sign in to comment.