From e4a7263e9be65135dd24edeea96065c662e250e9 Mon Sep 17 00:00:00 2001 From: lepipele Date: Tue, 30 Jan 2018 14:49:01 -0600 Subject: [PATCH] Turning JS/CSS bundling on --- BTCPayServer/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Properties/launchSettings.json b/BTCPayServer/Properties/launchSettings.json index 4db532437..e5f23e925 100644 --- a/BTCPayServer/Properties/launchSettings.json +++ b/BTCPayServer/Properties/launchSettings.json @@ -23,7 +23,7 @@ "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/", - "BTCPAY_BUNDLEJSCSS": false + "BTCPAY_BUNDLEJSCSS": "true" }, "applicationUrl": "http://localhost:14142/" }