From 3112a7b8a03c29ecf12419ccb8e3fa97c70b5718 Mon Sep 17 00:00:00 2001 From: "thibault.capt" <thibault.capt@etu.hesge.ch> Date: Sun, 12 Jan 2025 17:49:02 +0100 Subject: [PATCH] update --- backend/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application-dev.yml b/backend/src/main/resources/application-dev.yml index 882f98b..8587958 100644 --- a/backend/src/main/resources/application-dev.yml +++ b/backend/src/main/resources/application-dev.yml @@ -1,6 +1,6 @@ spring: datasource: - url: jdbc:postgresql://localhost:5432/db_tunesphere + url: jdbc:postgresql://postgres:5432/tunesphere_db username: username # TODO: Change username password: password # TODO: Change password driver-class-name: org.postgresql.Driver -- GitLab