From 8db95f82074085d60be994f9f8e675ff25e1c413 Mon Sep 17 00:00:00 2001 From: Andreas Kluge Svendsrud <andreas.k.svendsrud@ntnu.no> Date: Fri, 3 May 2024 18:55:30 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82ee613..aad4292 100644 --- a/README.md +++ b/README.md @@ -73,9 +73,9 @@ Here is the current configuration: ```yaml spring: datasource: - url: jdbc:mysql://129.241.98.39:3306/sparesti - username: user - password: Password1. + url: jdbc:mysql://128.199.53.153:3306/sparesti + username: username + password: password ``` To configure the test database go to **src/test/resources/application.yml** -- GitLab