forked from giovantenne/awning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.sample
More file actions
37 lines (29 loc) · 1.48 KB
/
.env.sample
File metadata and controls
37 lines (29 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# General
UID=1000 # The result of the command 'id -u'
GID=1000 # The result of the command 'id -g'
HOST=<yourdomain.com> # Host Domain
## Bitcoind
BITCOIN_ARCH=x86_64 # aarch64, x86_64
BITCOIN_CORE_VERSION=28.0 # Bitcoin Core version
## LND
LND_VERSION=0.18.3-beta # LND version
NODE_ALIAS=LndNinja # The alias your LND node will use
LND_ARCH=amd64 # arm64, amd64
LND_PASSWORD=lnd-btcstack # WARN: Change this
## SCB
SCB_REPO=git@github.com:<username>/remote-lnd-backup.git #Github repository for static-channel backups
## ELECTRS
ELECTRS_VERSION=0.10.6 # Electrs version
## RTL
RTL_VERSION=0.15.2 # RTL version
RTL_PASSWORD=rtl-btcstack # WARN: Change this
RTL_SUBDOMAIN=<subdomain, e.g., rtl> # RTL subdomain
## Mempool
MEMPOOL_SUBDOMAIN=<subdomain, e.g., mempool>
MEMPOOL_WEB_PORT=3002
# Lnbits
LNBITS_SUBDOMAIN=<subdomain, e.g., lnbits>
LNBITS_PORT=3001
LNBITS_POSTGRES_USER=lnbits
LNBITS_POSTGRES_PASSWORD=S4TN1NJ4%lsTre*#9 # WARN: Change this
LNBITS_POSTGRES_DB=lnbits-db