mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +08:00
chore: Replaced scarf endpoints with new package endpoints (#7888)
This commit is contained in:
@ -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..."
|
||||
|
||||
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user