Browse Source

Add password placeholders for bitcoind RPC

patch-1
BT 5 years ago
committed by GitHub
parent
commit
39ca201ee4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docker-compose.yml

4
docker-compose.yml

@ -72,8 +72,8 @@ services:
PORT: "3005"
BITCOIN_HOST: "0.0.0.0"
RPC_PORT: "8332"
RPC_USER: ""
RPC_PASSWORD: ""
RPC_USER: "lncm"
RPC_PASSWORD: "RPCPASS"
LND_NETWORK: "mainnet"
LND_HOST: "127.0.0.1"
JWT_PUBLIC_KEY_FILE: "/jwt-public-key/jwt.pem"

Loading…
Cancel
Save