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