Browse Source

ops test

feature/dockerfile-arm
Evan Feenstra 5 years ago
parent
commit
3e9b9ce8eb
  1. 6
      config/app.json

6
config/app.json

@ -16,9 +16,9 @@
},
"production": {
"senza_url": "https://staging.senza.us/api/v2/",
"macaroon_location": "/relay/.lnd/data/chain/bitcoin/mainnet/admin.macaroon",
"tls_location": "/relay/.lnd/tls.cert",
"lnd_log_location": "/relay/.lnd/logs/bitcoin/mainnet/lnd.log",
"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",
"node_ip": "localhost",
"node_http_protocol": "http",
"node_http_port": "80",

Loading…
Cancel
Save