From 247afe6a7b7b219e29012268d5a2dca10c3e5ad4 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 30 Apr 2024 20:12:11 +0900 Subject: [PATCH] Fix launchsettings --- BTCPayServer/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index 848529e7e..a92aafe10 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -4,7 +4,7 @@ "commandName": "Project", "launchBrowser": true, "environmentVariables": { - "EXPERIMENTALV2_CONFIRM": "true", + "BTCPAY_EXPERIMENTALV2_CONFIRM": "true", "BTCPAY_NETWORK": "regtest", "BTCPAY_LAUNCHSETTINGS": "true", "BTCPAY_BTCLIGHTNING": "type=clightning;server=tcp://127.0.0.1:30993/", @@ -38,7 +38,7 @@ "commandName": "Project", "launchBrowser": true, "environmentVariables": { - "EXPERIMENTALV2_CONFIRM": "true", + "BTCPAY_EXPERIMENTALV2_CONFIRM": "true", "BTCPAY_NETWORK": "regtest", "BTCPAY_LAUNCHSETTINGS": "true", "BTCPAY_PORT": "14142", @@ -76,7 +76,7 @@ "commandName": "Project", "launchBrowser": true, "environmentVariables": { - "EXPERIMENTALV2_CONFIRM": "true", + "BTCPAY_EXPERIMENTALV2_CONFIRM": "true", "BTCPAY_NETWORK": "regtest", "BTCPAY_LAUNCHSETTINGS": "true", "BTCPAY_PORT": "14142",