depolymerization

wire gateway for Bitcoin/Ethereum
Log | Files | Refs | Submodules | README | LICENSE

commit 8fb1cc0dc0874eee68781c420a37a89db986fbd9
parent bf56d0a73bf0454cbb58f6ef6f067c64c7e7445b
Author: Antoine A <>
Date:   Wed, 30 Jul 2025 14:55:44 +0200

bitcoin: fix config

Diffstat:
Mdebian/etc/depolymerizer-bitcoin/secrets/depolymerizer-bitcoin-httpd.secret.conf | 4++--
Mdepolymerizer-bitcoin/depolymerizer-bitcoin.conf | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/etc/depolymerizer-bitcoin/secrets/depolymerizer-bitcoin-httpd.secret.conf b/debian/etc/depolymerizer-bitcoin/secrets/depolymerizer-bitcoin-httpd.secret.conf @@ -1,3 +1,3 @@ [depolymerizer-bitcoin-httpd-wire-gateway-api] # AUTH_METHOD = bearer -# AUTH_TOKEN = -\ No newline at end of file +# TOKEN = +\ No newline at end of file diff --git a/depolymerizer-bitcoin/depolymerizer-bitcoin.conf b/depolymerizer-bitcoin/depolymerizer-bitcoin.conf @@ -72,7 +72,7 @@ AUTH_METHOD = bearer # PASSWORD = # Token for bearer authentication scheme -AUTH_TOKEN = +TOKEN = [depolymerizer-bitcoindb-postgres]