From 27df72621f1d7e4389cfd5227f43965286e821f4 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Thu, 26 Aug 2021 05:51:04 -0400 Subject: [PATCH] feat(vbn): added OTP config --- vbn/otp-config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vbn/otp-config.json diff --git a/vbn/otp-config.json b/vbn/otp-config.json new file mode 100644 index 0000000..3033b88 --- /dev/null +++ b/vbn/otp-config.json @@ -0,0 +1,5 @@ +{ + "otpFeatures" : { + "APIBikeRental" : false + } +}