BT
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
docker-compose.yml
|
@ -72,8 +72,8 @@ services: |
|
|
PORT: "3005" |
|
|
PORT: "3005" |
|
|
BITCOIN_HOST: "0.0.0.0" |
|
|
BITCOIN_HOST: "0.0.0.0" |
|
|
RPC_PORT: "8332" |
|
|
RPC_PORT: "8332" |
|
|
RPC_USER: "" |
|
|
RPC_USER: "lncm" |
|
|
RPC_PASSWORD: "" |
|
|
RPC_PASSWORD: "RPCPASS" |
|
|
LND_NETWORK: "mainnet" |
|
|
LND_NETWORK: "mainnet" |
|
|
LND_HOST: "127.0.0.1" |
|
|
LND_HOST: "127.0.0.1" |
|
|
JWT_PUBLIC_KEY_FILE: "/jwt-public-key/jwt.pem" |
|
|
JWT_PUBLIC_KEY_FILE: "/jwt-public-key/jwt.pem" |
|
|