commit 62ce012af7fef96daa3f1203c7ce59c5963b18ec
parent ecfe116b9b48c02cafeecf0be81e921feb296633
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Wed, 27 Dec 2023 00:05:48 +0100
[testing] solve SERVE error
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -13,3 +13,4 @@ src/include/donau_signatures.h
src/donau-tools/taler-donau-dbinit
src/donau/donau-httpd
src/util/donau-config
+src/testing/test_donau_api_home/.local/
diff --git a/src/testing/test_donau_api.conf b/src/testing/test_donau_api.conf
@@ -19,6 +19,7 @@ PORT = 8081
MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
DB = postgres
BASE_URL = "http://localhost:8081/"
+SERVE = tcp
EXPIRE_SHARD_SIZE ="300 ms"
EXPIRE_IDLE_SLEEP_INTERVAL ="1 s"