diff --git a/config-mainnet.ini b/config-mainnet.ini new file mode 100644 index 00000000..464c43fb --- /dev/null +++ b/config-mainnet.ini @@ -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