From 2e844386d7b160103c496ed4503ec641164d6d32 Mon Sep 17 00:00:00 2001 From: Vassilis Barzokas Date: Tue, 27 Aug 2019 14:18:06 +0300 Subject: [PATCH] Added missing parameter of `ENABLE_TEST_FEATURES` --- src/scheme-adapter.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/scheme-adapter.env b/src/scheme-adapter.env index b63f539..8f76fcc 100644 --- a/src/scheme-adapter.env +++ b/src/scheme-adapter.env @@ -55,3 +55,6 @@ AUTO_ACCEPT_QUOTES=true # set to true to validate ILP, otherwise false to ignore ILP CHECK_ILP=true + +# set to true to enable test features such as request cacheing and retrieval endpoints +ENABLE_TEST_FEATURES=false