diff --git a/test-integration-fixed.sh b/test-integration-fixed.sh index efdbcd4..516038e 100644 --- a/test-integration-fixed.sh +++ b/test-integration-fixed.sh @@ -10,8 +10,9 @@ BLUE='\033[0;34m' NC='\033[0m' # Configuration -LITTLESHOP_URL="https://admin.thebankofdebbie.giize.com" -SILVERPAY_URL="https://pay.thebankofdebbie.giize.com" +LITTLESHOP_URL="https://admin.dark.side" +SILVERPAY_URL="http://10.0.0.1:8001" # SilverPay on internal LAN only +SILVERPAY_PUBLIC_URL="https://bank.dark.side" # Public facing URL (should not be accessible) echo "================================================" echo "Integration Test Suite - Fixed Version"