From 55303af5fdb3794567c3072a70cf911773818449 Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Thu, 2 Oct 2025 15:15:40 +0100 Subject: [PATCH] Update: Integration test URLs for new deployment domains MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Changes:** - LittleShop Admin: https://admin.dark.side - SilverPay: Internal LAN only (http://10.0.0.1:8001) - Bank public URL: https://bank.dark.side (should not be accessible) Updated configuration to reflect proper security setup where SilverPay is only accessible on internal network, not exposed to public internet. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- test-integration-fixed.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"