Update: Integration test URLs for new deployment domains

**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 <noreply@anthropic.com>
This commit is contained in:
SysAdmin 2025-10-02 15:15:40 +01:00
parent cd479d8946
commit 55303af5fd

View File

@ -10,8 +10,9 @@ BLUE='\033[0;34m'
NC='\033[0m' NC='\033[0m'
# Configuration # Configuration
LITTLESHOP_URL="https://admin.thebankofdebbie.giize.com" LITTLESHOP_URL="https://admin.dark.side"
SILVERPAY_URL="https://pay.thebankofdebbie.giize.com" 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 "================================================"
echo "Integration Test Suite - Fixed Version" echo "Integration Test Suite - Fixed Version"