mirror of
https://github.com/yzernik/squeaknode.git
synced 2026-08-13 12:33:25 +02:00
Add mainnet config.ini file (#652)
This commit is contained in:
parent
a815fac5c9
commit
9ac450683e
1 changed files with 19 additions and 0 deletions
19
config-mainnet.ini
Normal file
19
config-mainnet.ini
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[core]
|
||||
network=mainnet
|
||||
|
||||
[lnd]
|
||||
host=localhost
|
||||
external_host=lnd_server
|
||||
tls_cert_path=~/.lnd/tls.cert
|
||||
macaroon_path=~/.lnd/data/chain/bitcoin/mainnet/admin.macaroon
|
||||
|
||||
[bitcoin]
|
||||
rpc_host=localhost
|
||||
rpc_port=8332
|
||||
rpc_user=devuser
|
||||
rpc_pass=devpass
|
||||
|
||||
[webadmin]
|
||||
enabled=true
|
||||
username=devuser
|
||||
password=devpass
|
||||
Loading…
Add table
Add a link
Reference in a new issue