Skip to content

Commit

Permalink
Use prod budget endpoints in dev by default
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Mar 14, 2024
1 parent b9e7737 commit bcdd033
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ module.exports = function(environment) {
gatewayUrl: 'http://localhost:8080/ipfs'
};

ENV.communityFundsAPI.balances.onchain.url = 'http://localhost:3000/api/btcpay/onchain_btc_balance';
ENV.communityFundsAPI.balances.lightning.url = 'http://localhost:3000/api/btcpay/lightning_btc_balance';
// Uncomment if you want to use local akkounts
// ENV.communityFundsAPI.balances.onchain.url = 'http://localhost:3000/api/btcpay/onchain_btc_balance';
// ENV.communityFundsAPI.balances.lightning.url = 'http://localhost:3000/api/btcpay/lightning_btc_balance';
}

if (environment === 'test') {
Expand Down

0 comments on commit bcdd033

Please sign in to comment.