mirror of
https://github.com/stakwork/sphinx-relay.git
synced 2026-08-13 12:33:24 +02:00
17 lines
609 B
JSON
17 lines
609 B
JSON
{
|
|
"development": {
|
|
"node_ip": "127.0.0.1",
|
|
"lnd_ip": "127.0.0.1",
|
|
"lnd_port": "10010",
|
|
"tls_location": "/Users/oluwatobibamidele/Desktop/work/sphinx/sphinx-stack/lnd/bob/.lnd/tls.cert",
|
|
"macaroon_location": "/Users/oluwatobibamidele/Desktop/work/sphinx/sphinx-stack/lnd/bob/.lnd/data/chain/bitcoin/regtest/admin.macaroon",
|
|
"node_http_protocol": "http",
|
|
"node_http_port": "3002",
|
|
"media_host": "localhost:5555",
|
|
"tribes_host": "localhost:13000",
|
|
"tribes_mqtt_port": "1883",
|
|
"tribes_insecure": true,
|
|
"public_url": "127.0.0.1:3002",
|
|
"connect_ui": true
|
|
}
|
|
}
|