diff --git a/config/app.json b/config/app.json index 078f52a..41b2ba6 100644 --- a/config/app.json +++ b/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",