|
|
@ -2,7 +2,7 @@ |
|
|
|
"development": { |
|
|
|
"macaroon_location": "/relay/.lnd/data/chain/bitcoin/mainnet/admin.macaroon", |
|
|
|
"tls_location": "/relay/.lnd/tls.cert", |
|
|
|
"node_ip": "172.21.0.2", |
|
|
|
"node_ip": "172.22.0.2", |
|
|
|
"lnd_port": "10009", |
|
|
|
"node_http_protocol": "http", |
|
|
|
"node_http_port": "3000", |
|
|
@ -13,15 +13,12 @@ |
|
|
|
"media_host": "memes.sphinx.chat" |
|
|
|
}, |
|
|
|
"production": { |
|
|
|
"senza_url": "https://staging.senza.us/api/v2/", |
|
|
|
"macaroon_location": "/home/ubuntu/.lnd/data/chain/bitcoin/mainnet/admin.macaroon", |
|
|
|
"tls_location": "/home/ubuntu/.lnd/tls.cert", |
|
|
|
"lnd_log_location": "/home/ubuntu/.lnd/logs/bitcoin/mainnet/lnd.log", |
|
|
|
"lncli_location": "/home/ubuntu/go/bin", |
|
|
|
"node_ip": "localhost", |
|
|
|
"node_http_protocol": "http", |
|
|
|
"node_http_port": "80", |
|
|
|
"macaroon_location": "/relay/.lnd/data/chain/bitcoin/mainnet/admin.macaroon", |
|
|
|
"tls_location": "/relay/.lnd/tls.cert", |
|
|
|
"node_ip": "172.22.0.2", |
|
|
|
"lnd_port": "10009", |
|
|
|
"node_http_protocol": "http", |
|
|
|
"node_http_port": "3000", |
|
|
|
"hub_api_url": "http://hub.sphinx.chat/api/v1", |
|
|
|
"hub_url": "http://hub.sphinx.chat/ping", |
|
|
|
"hub_invite_url": "http://hub.sphinx.chat/invites", |
|
|
|