From b35d0d37087a240ff0a0a61dbeab66f7132e1ba4 Mon Sep 17 00:00:00 2001 From: Mavlushechka Date: Fri, 4 Nov 2022 16:58:29 +0500 Subject: Revert "Framework initialization" This reverts commit 417d0364d12557bf2725660fcb77db80ffa906ff. --- src/main/resources/config.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/main/resources/config.json (limited to 'src/main/resources/config.json') diff --git a/src/main/resources/config.json b/src/main/resources/config.json deleted file mode 100644 index efac2e4..0000000 --- a/src/main/resources/config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "browser": { - "url": "http://localhost:8080" - }, - "randomTextGenerator": { - "lettersLowerBound": "97", - "lettersUpperBound": "122", - "length": "10" - }, - "integerUtils": { - "randomNumberMin": "0", - "randomNumberMax": "101" - }, - "httpUrlConnection": { - "connectTimeout": "5000", - "readTimeout": "5000" - } -} \ No newline at end of file -- cgit v1.2.3