diff options
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" |