diff options
author | Mavlushechka <mavlushechka@gmail.com> | 2022-10-14 00:03:53 +0500 |
---|---|---|
committer | Mavlushechka <mavlushechka@gmail.com> | 2022-10-14 00:03:53 +0500 |
commit | 2ec0d544ebfd7657a3a14b37a36db5b46e200b88 (patch) | |
tree | bcfc0f445cc394bf5ec454c6ed544035645f1915 /src/main/resources | |
parent | f8501d374dbd39a66078bad11384ea241848acc6 (diff) |
Solve 1st test case
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/config.json | 11 | ||||
-rw-r--r-- | src/main/resources/testData.json | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/src/main/resources/config.json b/src/main/resources/config.json index c74a5d3..c705536 100644 --- a/src/main/resources/config.json +++ b/src/main/resources/config.json @@ -1,6 +1,6 @@ { "browser": { - "url": "https://vk.com/" + "url": "https://google.com/" }, "randomTextGenerator": { "lettersLowerBound": "97", @@ -14,5 +14,14 @@ "httpUrlConnection": { "connectTimeout": "5000", "readTimeout": "5000" + }, + "database": { + "name": "union_reporting", + "driver": "com.mysql.cj.jdbc.Driver", + "url": "jdbc:mysql://localhost:3306", + "user": { + "name": "root", + "password": "root" + } } }
\ No newline at end of file diff --git a/src/main/resources/testData.json b/src/main/resources/testData.json index b9e625c..ddbd559 100644 --- a/src/main/resources/testData.json +++ b/src/main/resources/testData.json @@ -1,12 +1,3 @@ { - "vkontakte": { - "account": { - "login": "+375291660762", - "password": "PuV6j_.2&$m9h?UYY", - "token": "vk1.a.561gn7U4rn2BEzsWNwjS60U1UYG6Xg1ji83IyUzWVwVd1E5E5MDxkrlCzVkvtDd9GudMzfdQoLemln0O-O0kogmg-XMjiu6HUJfTqLz8VXKMmb9cnnjKNlp-bO0kFS02GQqlVjebADYaalef6dTOXZbiUN9idqKe2VgUef1gh7yu0GBiqUgNaRPBYzBgPKoI" - }, - "photoFromAlbum": { - "id": "457252090" - } - } + "testsLowerDate": "2015-11-07" }
\ No newline at end of file |