From 9a539fd3507f90e00e4a13d3a2bfe0b17bc65212 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 27 Feb 2018 17:19:37 +0900 Subject: [PATCH] Remove default profile for launchSettings --- BTCPayServer/Properties/launchSettings.json | 30 +++++++-------------- 1 file changed, 9 insertions(+), 21 deletions(-) diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index 9293d6589..e8b2234bc 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -1,29 +1,17 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:14139/", - "sslPort": 0 - } - }, "profiles": { - "Default": { - "commandName": "Project", - "commandLineArgs": "--network testnet --chains ltc --ltcexplorerurl http://127.0.0.1:2727/" - }, "Docker-Regtest": { "commandName": "Project", "launchBrowser": true, - "environmentVariables": { - "BTCPAY_NETWORK": "regtest", - "BTCPAY_LTCEXPLORERURL": "http://127.0.0.1:32838/", - "BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/", - "ASPNETCORE_ENVIRONMENT": "Development", - "BTCPAY_CHAINS": "btc,ltc", - "BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver", - "BTCPAY_INTERNALLIGHTNINGNODE": "http://api-token:foiewnccewuify@127.0.0.1:54938/" - }, + "environmentVariables": { + "BTCPAY_NETWORK": "regtest", + "BTCPAY_LTCEXPLORERURL": "http://127.0.0.1:32838/", + "BTCPAY_BTCEXPLORERURL": "http://127.0.0.1:32838/", + "ASPNETCORE_ENVIRONMENT": "Development", + "BTCPAY_INTERNALLIGHTNINGNODE": "http://api-token:foiewnccewuify@127.0.0.1:54938/", + "BTCPAY_CHAINS": "btc,ltc", + "BTCPAY_POSTGRES": "User ID=postgres;Host=127.0.0.1;Port=39372;Database=btcpayserver" + }, "applicationUrl": "http://localhost:14142/" } }