move default in varible name to comment

keep // default  0.* comment as reminder what defaults was
This commit is contained in:
lndhub-admin 2021-07-11 03:32:10 +02:00 committed by Overtorment
parent 87afa20019
commit a28eead0ab

View File

@ -2,8 +2,8 @@ let config = {
enableUpdateDescribeGraph: false, enableUpdateDescribeGraph: false,
postRateLimit: 100, postRateLimit: 100,
rateLimit: 200, rateLimit: 200,
defaultForwardReserveFee: 0.01, forwardReserveFee: 0.01, // default 0.01
defaultIntraHubFee: 0.003, intraHubFee: 0.003, // default 0.003
bitcoind: { bitcoind: {
rpc: 'http://login:password@1.1.1.1:8332/wallet/wallet.dat', rpc: 'http://login:password@1.1.1.1:8332/wallet/wallet.dat',
}, },