donau

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

commit cd8fcf85734e2de33c6ddc3f92ed56e5dc043a41
parent 80593b30389c7376bebc6e205f44ab0a4f4b8372
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Fri,  5 Jan 2024 13:09:39 +0100

Merge remote-tracking branch 'refs/remotes/origin/master'

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