sphinx-relay/testing/stack/alice.json
2023-08-14 22:18:58 +01:00

18 lines
655 B
JSON

{
"development": {
"node_ip": "127.0.0.1",
"lnd_ip": "127.0.0.1",
"lnd_port": "10009",
"tls_location": "/Users/oluwatobibamidele/Desktop/work/sphinx/sphinx-stack/lnd/alice/.lnd/tls.cert",
"macaroon_location": "/Users/oluwatobibamidele/Desktop/work/sphinx/sphinx-stack/lnd/alice/.lnd/data/chain/bitcoin/regtest/admin.macaroon",
"node_http_protocol": "http",
"node_http_port": "3001",
"media_host": "localhost:5555",
"tribes_host": "localhost:13000",
"tribes_mqtt_port": "1883",
"tribes_insecure": true,
"public_url": "127.0.0.1:3001",
"connect_ui": true,
"host_name": "http://localhost:3001"
}
}