diff options
Diffstat (limited to 'src/main/resources/config.json')
-rw-r--r-- | src/main/resources/config.json | 11 |
1 files changed, 10 insertions, 1 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 |