Update default HS URL to Beeper endpoint
This commit is contained in:
@@ -4,8 +4,8 @@ echo "=== Bridge Configuration Tool ==="
|
||||
echo "This script configures the connection between your Bridges and your Matrix Homeserver."
|
||||
|
||||
# Default values
|
||||
DEFAULT_HS_URL="http://localhost:8008"
|
||||
DEFAULT_DOMAIN="example.com"
|
||||
DEFAULT_HS_URL="https://matrix.beeper.com/_hungryserv/inswe"
|
||||
DEFAULT_DOMAIN="beeper.com"
|
||||
|
||||
echo ""
|
||||
read -p "Enter Homeserver URL (default: $DEFAULT_HS_URL): " HS_URL
|
||||
|
||||
Reference in New Issue
Block a user