summaryrefslogtreecommitdiff
path: root/src/main/resources/config.json
diff options
context:
space:
mode:
authorMavlushechka <mavlushechka@gmail.com>2022-11-04 17:22:22 +0500
committerMavlushechka <mavlushechka@gmail.com>2022-11-04 17:22:22 +0500
commit4880d2dbd61b27748ad4ae5d29c323333ff6ac0b (patch)
treeaa54e5477017a988cfbba7892ae2d616da520383 /src/main/resources/config.json
parentcefd7ec06aeebfbea0435e9489d5b0e4bbdd87c5 (diff)
Add config.json file
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r--src/main/resources/config.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/main/resources/config.json b/src/main/resources/config.json
new file mode 100644
index 0000000..efac2e4
--- /dev/null
+++ b/src/main/resources/config.json
@@ -0,0 +1,18 @@
+{
+ "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