paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

commit 92ad809324bc8b5fdd083300e765eed8ece95be3
parent f0e8ebb410c77699a531282ba7100868175a756f
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat,  2 May 2026 23:36:09 +0200

-fix up config

Diffstat:
Msrc/backend/test.conf | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/test.conf b/src/backend/test.conf @@ -1,9 +1,9 @@ [paivana] DESTINATION_BASE_URL = https://grothoff.org/ SERVE = tcp -PORT = 8888 +PORT = 9999 -BASE_URL = http://localhost:80/ +BASE_URL = https://paivana.grothoff.org/ MERCHANT_BACKEND_URL = http://localhost:9966/ MERCHANT_ACCESS_TOKEN = "secret-token:sandbox" @@ -11,7 +11,7 @@ SECRET = 42 [merchant] CURRENCY = KUDOS -BASE_URL = http://localhost:8080/ +BASE_URL = http://localhost:9966/ PORT = 9966 SERVE = TCP DEFAULT_REFUND_DELAY = 1s @@ -19,7 +19,7 @@ DEFAULT_WIRE_TRANSFER_ROUNDING_INTERVAL = day [merchantdb-postgres] -CONFIG = postgres:///talercheck +CONFIG = postgres:///paivana [merchant-exchange-chf] DISABLED = YES