Update app.yml

This commit is contained in:
Aaron Dewes 2022-07-19 17:31:22 +02:00 committed by GitHub
parent 1626aefd83
commit 21604abc3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,5 +48,5 @@ services:
lnd: /lnd
environment:
LND_CERT_FILE: "/lnd/tls.cert"
LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/readonly.macaroon"
LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/${BITCOIN_NETWORK}/readonly.macaroon"
LND_SOCKET: "${LND_IP}:${LND_GRPC_PORT}"