Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Mar 25, 2024
1 parent fb22c7a commit 57c642c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions data/boltz-client/boltz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ certchain = "/root/.lightning/regtest/client.pem"


[RPC]
# Host o.f
host = "127.0.0.1"
# Host of
host = "boltz-client"

# Port of the gRPC interface
port = 9002
Expand All @@ -33,7 +33,7 @@ port = 9002
restDisabled = false

# Host of the REST proxy
restHost = "127.0.0.1"
restHost = "boltz-client"

# Port of the REST proxy
restPort = 9003
Expand All @@ -43,9 +43,10 @@ tlsCert = ""

# Path to the TLS private key for the gRPC and REST interface
tlsKey = ""
noTls = true

# Whether the macaroon authentication for the gRPC and REST interface should be disabled
noMacaroons = false
noMacaroons = true

# Path to the admin macaroon for the gRPC and REST interface
adminMacaroonPath = ""
Expand Down
1 change: 1 addition & 0 deletions data/boltz/boltz.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ network = "liquidRegtest"

maxSwapAmount = 40_294_967
minSwapAmount = 10_000
maxZeroConfAmount = 40_294_967

[liquid.chain]
host = "elementsd"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ services:
hostname: boltz-client
depends_on:
- clightning-2
- elementsd
- bitcoind
- boltz
restart: always
image: boltz/boltz-client:latest
ports:
- 9002:9002
- 9003:9003
volumes:
- ./data/clightning-2:/root/.lightning/
- ./data/boltz-client/:/root/.boltz/
Expand Down

0 comments on commit 57c642c

Please sign in to comment.