From ab77488aba7a46838f6a8c5811c6ec91986daf73 Mon Sep 17 00:00:00 2001 From: naturel <58115082+naaturel@users.noreply.github.com> Date: Tue, 25 Feb 2025 08:48:13 +0100 Subject: [PATCH 1/2] Oopsie --- back/src/main/resources/application.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/back/src/main/resources/application.properties b/back/src/main/resources/application.properties index 2c5bbe2..61af316 100644 --- a/back/src/main/resources/application.properties +++ b/back/src/main/resources/application.properties @@ -12,9 +12,9 @@ sec.cors.authorizedHeader=Authorization,Content-type #=============DATABASE============= spring.datasource.url=jdbc:${DB_URL} spring.datasource.username=${DB_USER} -spring.datasource.password= +spring.datasource.password=${DB_PASSWORD} spring.jpa.database-platform=org.hibernate.dialect.MariaDBDialect spring.jpa.show-sql=true spring.jpa.hibernate.ddl-auto=update -spring.user.datasource.driver-class-name=com.mysql.jdbc.Driver \ No newline at end of file +spring.user.datasource.driver-class-name=com.mysql.jdbc.Driver From 35d6aa4c92c3f765ab757d81bcfd759ee14df19b Mon Sep 17 00:00:00 2001 From: naturel <58115082+naaturel@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:37:37 +0100 Subject: [PATCH 2/2] Update about section --- front/src/routes/about/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/src/routes/about/+page.svelte b/front/src/routes/about/+page.svelte index c11d04e..98d967c 100644 --- a/front/src/routes/about/+page.svelte +++ b/front/src/routes/about/+page.svelte @@ -34,7 +34,7 @@ import linktree_mark from '$lib/assets/linktree-mark.svg';
Arwen Hirsoux