diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-11-04 16:58:29 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-11-04 16:58:29 +0500 |
commit | b35d0d37087a240ff0a0a61dbeab66f7132e1ba4 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/main/resources/config.json | |
parent | 417d0364d12557bf2725660fcb77db80ffa906ff (diff) |
Revert "Framework initialization"main
This reverts commit 417d0364d12557bf2725660fcb77db80ffa906ff.
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r-- | src/main/resources/config.json | 18 |
1 files changed, 0 insertions, 18 deletions
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 |