From 28396206de5a67bc60562861fb22dcda954b08a2 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Fri, 8 Nov 2019 17:26:32 +0900 Subject: [PATCH] Show the torrc config when debugging via F5 --- BTCPayServer/Properties/launchSettings.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index 824bd3fee..7184341e9 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -18,7 +18,8 @@ "ASPNETCORE_ENVIRONMENT": "Development", "BTCPAY_CHAINS": "btc,ltc", "BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver", - "BTCPAY_DEBUGLOG": "debug.log" + "BTCPAY_DEBUGLOG": "debug.log", + "BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc" }, "applicationUrl": "http://127.0.0.1:14142/" }, @@ -46,7 +47,8 @@ "BTCPAY_EXTERNALSERVICES": "totoservice:totolink;", "BTCPAY_SSHCONNECTION": "root@127.0.0.1:21622", "BTCPAY_SSHPASSWORD": "opD3i2282D", - "BTCPAY_DEBUGLOG": "debug.log" + "BTCPAY_DEBUGLOG": "debug.log", + "BTCPAY_TORRCFILE": "../BTCPayServer.Tests/TestData/Tor/torrc" }, "applicationUrl": "https://localhost:14142/" }