From c93ed93277f62efeabeba578e48b8f49cca29969 Mon Sep 17 00:00:00 2001 From: fhibert Date: Thu, 6 Apr 2023 14:13:50 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'src/main/resources?= =?UTF-8?q?/application.properties'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7538468..ddf7cfe 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,12 +1,12 @@ spring.application.name=AssistDBBackend spring.datasource.url=jdbc:mysql://localhost:3306/prudencetest -spring.datasource.username=root -spring.datasource.password=Pompom.21 +spring.datasource.username= +spring.datasource.password= server.port=9001 -USERNAME_GIT = fhibert@apside.fr -ACCESS_TOKEN_GIT = e54612b6d1d73eef4f0a49c88b0e35ccf02d45eb +USERNAME_GIT = +ACCESS_TOKEN_GIT = logging.level.org.springframework.boot.web.embedded.tomcat=INFO logging.level.org.springframework=error