Skip to content

Commit

Permalink
Set marlowe-scan URL for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Oct 24, 2023
1 parent 11a6eaa commit 81e6298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy/templates/marlowe-payouts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ spec:
cp -a $root/* /share/marlowe-payouts/static
cat > /share/marlowe-payouts/static/config.json <<EOF
{
"marloweWebServerUrl": "https://marlowe-runtime-{{ $network }}-web.demo.scdev.aws.iohkdev.io"
"marloweWebServerUrl": "https://marlowe-runtime-{{ $network }}-web.demo.scdev.aws.iohkdev.io",
"marloweScanURL": "https://{{ $network }}.marlowescan.com"
}
EOF
mountName: client-www
Expand Down Expand Up @@ -99,7 +100,8 @@ spec:
cp -a $root/* /share/marlowe-payouts/static
cat > /share/marlowe-payouts/static/config.json <<EOF
{
"marloweWebServerUrl": "https://marlowe-runtime-{{ $network }}-web.demo.scdev.aws.iohkdev.io"
"marloweWebServerUrl": "https://marlowe-runtime-{{ $network }}-web.demo.scdev.aws.iohkdev.io",
"marloweScanURL": "https://{{ $network }}.marlowescan.com"
}
EOF
mountName: client-www
Expand Down

0 comments on commit 81e6298

Please sign in to comment.