From 3c83ea1e17e334d6fef1204cae47ca33d3e745e8 Mon Sep 17 00:00:00 2001 From: Steven Briscoe Date: Tue, 7 Jun 2022 01:13:24 +0100 Subject: [PATCH] Remove duplicate env var with btc-rpc-explorer --- btc-rpc-explorer/exports.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/btc-rpc-explorer/exports.sh b/btc-rpc-explorer/exports.sh index 63906ec..19293c4 100644 --- a/btc-rpc-explorer/exports.sh +++ b/btc-rpc-explorer/exports.sh @@ -1,3 +1,2 @@ export APP_BTC_RPC_EXPLORER_IP="10.21.21.12" -export APP_BTC_RPC_EXPLORER_IP="10.21.21.12" export APP_BTC_RPC_EXPLORER_PORT="3002" \ No newline at end of file