mirror of
https://github.com/Blockstream/satellite-api.git
synced 2025-02-22 21:45:19 +01:00
Bind charged to all interfaces
This commit is contained in:
parent
befb1cc89d
commit
3bec2d7856
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ data "template_file" "blc" {
|
|||
charge_token = var.charge_token
|
||||
net = var.net
|
||||
lightning_cmd = var.lightning_cmd
|
||||
charge_cmd = "charged -d /data/charge.db -l /root/.lightning"
|
||||
charge_cmd = "charged -d /data/charge.db -l /root/.lightning --host 0.0.0.0"
|
||||
announce_addr = google_compute_address.blc[0].address
|
||||
lightning_port = 9735
|
||||
lightning_docker = var.lightning_docker
|
||||
|
|
Loading…
Add table
Reference in a new issue