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:
parent
cd479d8946
commit
55303af5fd
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user