From 3c7d93e88d25dda9b7e3cd2b07a36932d5132818 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 9 Mar 2019 18:40:41 +0900 Subject: [PATCH] No ROOTPATH in launchsettings --- BTCPayServer/Properties/launchSettings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index 7c8be3679..22b7affe9 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -34,7 +34,6 @@ "BTCPAY_BTCEXTERNALCHARGE": "server=https://127.0.0.1:53280/mycharge/btc/;cookiefilepath=fake", "BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/", "BTCPAY_DISABLE-REGISTRATION": "false", - "BTCPAY_ROOTPATH": "/test", "ASPNETCORE_ENVIRONMENT": "Development", "BTCPAY_CHAINS": "btc,ltc", "BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver",