forked from lightninglabs/lndmon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
23 lines (19 loc) · 782 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# lnd settings
# LND_HOST is the IP of the default docker interface.
LND_HOST=172.17.0.1:10009
LND_NETWORK=mainnet
# Fill in these fields as directed. Note that `MACAROON_PATH` must be the path
# to your readonly macaroon.
TLS_CERT_PATH=<PATH_TO_YOUR_LND_DIR>/.lnd/tls.cert
MACAROON_PATH=<PATH_TO_YOUR_LND_DIR>/.lnd/data/chain/bitcoin/mainnet/
# Uncomment and fill in these fields if using the nginx proxy w/ automated
# Let's Encrypt.
# LETSENCRYPT_EMAIL=
# LETSENCRYPT_FQDN=
TIMEZONE=America/Chicago
# Optional: fill in these fields if you prefer using your own certs instead of
# having them generated for you. If filled out, corresponding lines must be
# uncommented in `docker-compose.nginx.yml` for these variables to take effect.
# SSL_CERT=
# SSL_KEY=
# SSL_CHAIN_CERT=