donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 990f7267c55566f3fdc07d763c1b8ec0288093c3
parent 929815f1630d7b3d19f8b6c2abb27bbb35d754fb
Author: Pius Loosli <loosp2@bfh.ch>
Date:   Fri,  5 Jan 2024 13:07:40 +0100

[testing] use more common port 8080 for testing on localhost

Diffstat:
Msrc/testing/test_donau_api.conf | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf @@ -8,15 +8,12 @@ TALER_TEST_HOME = test_donau_api_home/ CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 -[bank] -HTTP_PORT = 8082 - [donau] TERMS_ETAG = tos PRIVACY_ETAG = 0 -PORT = 8081 +PORT = 8080 DB = postgres -BASE_URL = "http://localhost:8081/" +BASE_URL = "http://localhost:8080/" SERVE = tcp EXPIRE_IDLE_SLEEP_INTERVAL ="1 s" MAX_KEYS_CACHING = forever