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