Skip to content

Commit

Permalink
chore: fix live-mainnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
gytis-ivaskevicius committed Apr 30, 2024
1 parent 90978a4 commit a1d35c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nix/cardano-services/deployments/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,7 @@ in
];
};
backend.allowedOrigins = lib.concatStringsSep "," allowedOrigins;
# backend.hostnames = ["backend.${final.namespace}.eks.${baseUrl}" "${final.namespace}.${baseUrl}"];
backend.hostnames = ["tmp-${final.namespace}.${baseUrl}"];
backend.hostnames = ["backend.${final.namespace}.eks.${baseUrl}" "${final.namespace}.${baseUrl}"];

blockfrost-worker.enabled = true;
pg-boss-worker.enabled = true;
Expand Down

0 comments on commit a1d35c5

Please sign in to comment.