From c65e2ea34ae1103edc4d02649d81ad097d18c6d7 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Mon, 16 Oct 2023 17:14:56 +0530 Subject: [PATCH] Remove run-reverse-payment-proxy.sh --- .../config/go-nitro/run-reverse-payment-proxy.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 app/data/config/go-nitro/run-reverse-payment-proxy.sh diff --git a/app/data/config/go-nitro/run-reverse-payment-proxy.sh b/app/data/config/go-nitro/run-reverse-payment-proxy.sh deleted file mode 100755 index 4aa07fbe..00000000 --- a/app/data/config/go-nitro/run-reverse-payment-proxy.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash - -set -e -if [ -n "$CERC_SCRIPT_DEBUG" ]; then - set -x -fi - -echo "Running Nitro reverse payment proxy" -echo "Using CERC_PROXY_ADDRESS ${CERC_PROXY_ADDRESS}" -echo "Using CERC_PROXY_NITRO_ENDPOINT ${CERC_PROXY_NITRO_ENDPOINT}" -echo "Using CERC_PROXY_DESTINATION_URL ${CERC_PROXY_DESTINATION_URL}" -echo "Using CERC_PROXY_COST_PER_BYTE ${CERC_PROXY_COST_PER_BYTE}" - -./proxy -proxyaddress ${CERC_PROXY_ADDRESS} -nitroendpoint=${CERC_PROXY_NITRO_ENDPOINT} -destinationurl=${CERC_PROXY_DESTINATION_URL} -costperbyte ${CERC_PROXY_COST_PER_BYTE} -enablepaidrpcmethods