UNPKG
oreki-node
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
This is a package for using oreki framework.
github.com/gaiax/oreki-node
gaiax/oreki-node
oreki-node
/
test
/
config-test-correct.json
14 lines
(13 loc)
•
300 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"coinType"
:
"lightning"
,
"db"
:
{
"test"
:
false
,
"sqliteFile"
:
"test.sqlite3"
}
,
"lnd"
:
{
"host"
:
"localhost:10001"
,
"lndCert"
:
"/home/ec2-user/.lnd/tls.cert"
,
"macaroon"
:
"/mnt/storage/alice/data/chain/bitcoin/testnet/admin.macaroon"
,
"password"
:
"HelloWorld"
}
}