diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-08 10:02:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-08 10:02:56 +0200 |
commit | 8339980393cf93b947f5b1fa50aa669d6a8d9177 (patch) | |
tree | cf42e1f98a5e4628f77cf1f1672bbcbebe0962a9 /src/testing | |
parent | a9a40d1e58f0b2d48285511dc8f216f6d99e115d (diff) |
add clear option to enable/disable KYC
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/test_exchange_api.conf | 1 | ||||
-rw-r--r-- | src/testing/test_exchange_api_age_restriction.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf index 008aaa919..2215918b3 100644 --- a/src/testing/test_exchange_api.conf +++ b/src/testing/test_exchange_api.conf @@ -49,6 +49,7 @@ EXPIRE_SHARD_SIZE ="300 ms" EXPIRE_IDLE_SLEEP_INTERVAL ="1 s" STEFAN_ABS = EUR:0 STEFAN_LOG = EUR:0.005 +ENABLE_KYC = YES [exchangedb-postgres] CONFIG = "postgres:///talercheck" diff --git a/src/testing/test_exchange_api_age_restriction.conf b/src/testing/test_exchange_api_age_restriction.conf index d7780e7e2..d814519da 100644 --- a/src/testing/test_exchange_api_age_restriction.conf +++ b/src/testing/test_exchange_api_age_restriction.conf @@ -29,6 +29,7 @@ DB = postgres BASE_URL = "http://localhost:8081/" EXPIRE_SHARD_SIZE ="300 ms" EXPIRE_IDLE_SLEEP_INTERVAL ="1 s" +ENABLE_KYC = YES [exchangedb-postgres] CONFIG = "postgres:///talercheck" |