chore: Replaced scarf endpoints with new package endpoints (#7888)

This commit is contained in:
Shailesh-714
2025-04-25 13:45:31 +05:30
committed by GitHub
parent 63d9b534d0
commit f70824ef5e
2 changed files with 2 additions and 4 deletions

View File

@ -2,13 +2,12 @@
set -euo pipefail
# Configuration
PLATFORM="docker-compose" # Change to "helm" or "cdk" as needed
VERSION="unknown"
STATUS=""
SERVER_BASE_URL="http://hyperswitch-server:8080"
HYPERSWITCH_HEALTH_URL="${SERVER_BASE_URL}/health"
HYPERSWITCH_DEEP_HEALTH_URL="${SERVER_BASE_URL}/health/ready"
WEBHOOK_URL="https://hyperswitch.gateway.scarf.sh/${PLATFORM}"
WEBHOOK_URL="https://hyperswitch.gateway.scarf.sh/docker"
# Fetch health status
echo "Fetching app server health status..."

View File

@ -2,8 +2,7 @@
set -euo pipefail
# Define the URL and parameters
PLATFORM="docker-compose"
WEBHOOK_URL="https://hyperswitch.gateway.scarf.sh/${PLATFORM}"
WEBHOOK_URL="https://hyperswitch.gateway.scarf.sh/docker"
VERSION="unknown"
STATUS="initiated"