Update default HS URL to Beeper endpoint

This commit is contained in:
Gemini Bot
2025-12-06 17:39:20 +00:00
parent ba06cddb44
commit e5c2be77b8

View File

@@ -4,8 +4,8 @@ echo "=== Bridge Configuration Tool ==="
echo "This script configures the connection between your Bridges and your Matrix Homeserver." echo "This script configures the connection between your Bridges and your Matrix Homeserver."
# Default values # Default values
DEFAULT_HS_URL="http://localhost:8008" DEFAULT_HS_URL="https://matrix.beeper.com/_hungryserv/inswe"
DEFAULT_DOMAIN="example.com" DEFAULT_DOMAIN="beeper.com"
echo "" echo ""
read -p "Enter Homeserver URL (default: $DEFAULT_HS_URL): " HS_URL read -p "Enter Homeserver URL (default: $DEFAULT_HS_URL): " HS_URL