From 3e854320fd69fbd3f28eb895c0a0d5608dcd79a2 Mon Sep 17 00:00:00 2001 From: Mathilde LORRAIN <mlorrain@takima.fr> Date: Tue, 20 Feb 2024 15:52:45 +0000 Subject: [PATCH] Update file application.properties --- back-skeleton/src/main/resources/application.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/back-skeleton/src/main/resources/application.properties b/back-skeleton/src/main/resources/application.properties index a4d6894..dbfa530 100644 --- a/back-skeleton/src/main/resources/application.properties +++ b/back-skeleton/src/main/resources/application.properties @@ -1,5 +1,5 @@ -spring.datasource.url=jdbc:postgresql://localhost:5432/${DATABASE_NAME:usr} -spring.datasource.username=${DATABASE_USER:pwd} -spring.datasource.password=${DATABASE_PASSWORD:database} +spring.datasource.url=jdbc:postgresql://localhost:5432/${DATABASE_NAME:database} +spring.datasource.username=${DATABASE_USER:usr} +spring.datasource.password=${DATABASE_PASSWORD:pwd} spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-request-size=10MB \ No newline at end of file -- GitLab