9 Commits

2 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Configuration de test avec PostgreSQL # Configuration de test avec PostgreSQL
spring.datasource.url=jdbc:postgresql://localhost:5432/loremind_test spring.datasource.url=${SPRING_DATASOURCE_URL:jdbc:postgresql://localhost:5432/loremind_test}
spring.datasource.username=ietm64 spring.datasource.username=${SPRING_DATASOURCE_USERNAME:loremind}
spring.datasource.password=M&Ipourlavie64 spring.datasource.password=${SPRING_DATASOURCE_PASSWORD:}
spring.datasource.driver-class-name=org.postgresql.Driver spring.datasource.driver-class-name=org.postgresql.Driver
# Configuration JPA pour les tests # Configuration JPA pour les tests

View File

@@ -610,8 +610,8 @@ LoreMind/
### Base de données PostgreSQL ### Base de données PostgreSQL
- URL : jdbc:postgresql://localhost:5432/loremind - URL : jdbc:postgresql://localhost:5432/loremind
- Username : ietm64 - Username : (voir .env local)
- Password : M&Ipourlavie64 - Password : (voir .env local)
### Serveurs ### Serveurs
- Backend Java : http://localhost:8080 - Backend Java : http://localhost:8080