Browse Source

back to ecs

feature/dockerfile-arm
Evan Feenstra 4 years ago
parent
commit
2d242c165e
  1. 6
      config/app.json
  2. 2
      config/config.json

6
config/app.json

@ -16,9 +16,9 @@
},
"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",
"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",
"node_ip": "localhost",
"node_http_protocol": "http",
"node_http_port": "80",

2
config/config.json

@ -13,6 +13,6 @@
},
"production": {
"dialect": "sqlite",
"storage": "/home/ubuntu/sphinx.db"
"storage": "/relay/.lnd/sphinx.db"
}
}
Loading…
Cancel
Save