mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-07 18:40:23 +00:00
Update robosats.env (#8)
This commit is contained in:
@ -19,6 +19,7 @@ CLN_GRPC_HOST='localhost:9999'
|
||||
CLN_GRPC_HOLD_HOST='localhost:9998'
|
||||
|
||||
# Bitcoin Core Daemon RPC, used to validate addresses
|
||||
# For mainnet the URL port is 8332
|
||||
BITCOIND_RPCURL = 'http://127.0.0.1:18332'
|
||||
BITCOIND_RPCUSER = 'robosats_testnet_bitcoind'
|
||||
BITCOIND_RPCPASSWORD = 'robosats_testnet_bitcoind'
|
||||
@ -167,4 +168,4 @@ MINIMUM_TARGET_CONF = 24
|
||||
SLASHED_BOND_REWARD_SPLIT = 0.5
|
||||
|
||||
# Username for HTLCs escrows
|
||||
ESCROW_USERNAME = 'admin'
|
||||
ESCROW_USERNAME = 'admin'
|
||||
|
Reference in New Issue
Block a user