Show the torrc config when debugging via F5

This commit is contained in:
nicolas.dorier 2019-11-08 17:26:32 +09:00
parent 9d3026f676
commit 28396206de
No known key found for this signature in database
GPG key ID: 6618763EF09186FE

View file

@ -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/"
}