Skip to content

Commit

Permalink
Merge pull request #78 from civicteam/TECH-46__add-ipc-passportal-domain
Browse files Browse the repository at this point in the history
add icp passportal domain
  • Loading branch information
TYRONEMICHAEL authored Aug 13, 2024
2 parents 87b038c + e55aafb commit 34c7799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade-civic-backend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ if [ "$DFX_NETWORK" = "local" ]; then
ALTERNATIVE_ORIGINS="\"http://$CIVIC_FRONTEND_CANISTER_ID.localhost:4943\""
else
if [ -n "${CANISTER_DOMAIN:-}" ]; then
ALTERNATIVE_ORIGINS="\"https://$CIVIC_FRONTEND_CANISTER_ID.icp0.io\", \"https://icp-sign.civic.me\""
ALTERNATIVE_ORIGINS="\"https://$CIVIC_FRONTEND_CANISTER_ID.icp0.io\", \"https://icp-sign.civic.me\", \"https://icp-getpass.civic.com\""
else
ALTERNATIVE_ORIGINS="\"https://$CIVIC_FRONTEND_CANISTER_ID.icp0.io\""
fi
Expand Down

0 comments on commit 34c7799

Please sign in to comment.